Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'tests' of https://github.com/zincware/ZnFrame into tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Jan 19, 2024
2 parents ee249de + 3a7f988 commit 75c3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_znframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_water_with_calc(waterWithCalc):
intersection = set(frame.info) & set(frame.arrays)
if intersection:
raise ValueError(f"Duplicate keys: {intersection}")

assert "forces" in frame.arrays
assert "stress" in frame.info
assert "energy" in frame.info
Expand Down

0 comments on commit 75c3e75

Please sign in to comment.