Skip to content

Commit

Permalink
Fix calc being unbounded in snap unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Dec 3, 2024
1 parent dc0733d commit 9313c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_pescalculator_load_snap(self) -> None:
param_file=os.path.join(DIR, f"pes/{name}-Cu-2020.1-PES", "SNAPotential.snapparam"),
coeff_file=os.path.join(DIR, f"pes/{name}-Cu-2020.1-PES", "SNAPotential.snapcoeff"),
)
assert isinstance(calc, Calculator)
assert isinstance(calc, Calculator)

@unittest.skipIf(not find_spec("pyace"), "pyace is not installed")
def test_pescalculator_load_ace(self) -> None:
Expand Down

0 comments on commit 9313c24

Please sign in to comment.