Skip to content

Commit

Permalink
fix eval argument in the test
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 4, 2024
1 parent de0caa1 commit 306eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tests/consistent/io/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_deep_eval(self):
self.atype,
fparam=fparam,
aparam=aparam,
do_atomic_virial=True,
atomic=True,
)
rets.append(ret)
for ret in rets[1:]:
Expand Down

0 comments on commit 306eef3

Please sign in to comment.