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 Jun 21, 2024
1 parent d3634cf commit 5157173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,6 @@ def test_pbc(tmp_path, s22_mixed_pbc_cell):
npt.assert_array_equal(
f["particles/atoms/box/edges/value"][idx], atom.get_cell()
)
# Do we want to rename "pbc" to "boundary" and make if "none"
# Do we want to rename "pbc" to "boundary" and make if "none"
# or "periodic" as well? This should only exist if requested
npt.assert_array_equal(f["particles/atoms/box/pbc/value"][idx], atom.pbc)

0 comments on commit 5157173

Please sign in to comment.