Skip to content

Commit c5591da

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e752b5b commit c5591da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def atoms_list(request) -> list[ase.Atoms]:
7777
for _ in range(21)
7878
]
7979

80-
8180
if getattr(request, "param", "").endswith("vary_pbc"):
8281
atoms[0].pbc = np.array([True, True, False])
8382
atoms[1].pbc = np.array([True, False, True])

tests/test_ASEH5MD.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def test_request_missing_properties(tmp_path, atoms_list, remove_calc):
7171
):
7272
db.add_chunk_data(**chunk)
7373

74+
7475
@pytest.mark.parametrize("atoms_list", ["vary_size"], indirect=True)
7576
def test_skip_property(tmp_path, atoms_list):
7677
os.chdir(tmp_path)

0 commit comments

Comments
 (0)