Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 21, 2023
1 parent e752b5b commit c5591da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def atoms_list(request) -> list[ase.Atoms]:
for _ in range(21)
]


if getattr(request, "param", "").endswith("vary_pbc"):
atoms[0].pbc = np.array([True, True, False])
atoms[1].pbc = np.array([True, False, True])
Expand Down
1 change: 1 addition & 0 deletions tests/test_ASEH5MD.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_request_missing_properties(tmp_path, atoms_list, remove_calc):
):
db.add_chunk_data(**chunk)


@pytest.mark.parametrize("atoms_list", ["vary_size"], indirect=True)
def test_skip_property(tmp_path, atoms_list):
os.chdir(tmp_path)
Expand Down

0 comments on commit c5591da

Please sign in to comment.