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 6, 2024
1 parent 038364b commit 558e965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_single_obs_key.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from ase.build import molecule

import znh5md


def test_single_obs_key_info(tmp_path):
# Test a special case where only the first config has the key
# which caused an error in the past
Expand All @@ -12,4 +14,4 @@ def test_single_obs_key_info(tmp_path):
io.extend([water for _ in range(5)])
assert len(io) == 6
assert len(io[:]) == 6
assert len(list(io)) == 6
assert len(list(io)) == 6

0 comments on commit 558e965

Please sign in to comment.