Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alinelena committed Jul 31, 2024
1 parent 6cc7435 commit 09a4f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mlip_calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_invalid_device(architecture):
("sevennet", "cpu", {"path": SEVENNET_PATH}),
("sevennet", "cpu", {"model_path": SEVENNET_PATH}),
("sevennet", "cpu", {}),
("sevennet", "cpu", {"sevennet-0"}),
("sevennet", "cpu", {"model": "sevennet-0"}),
],
)
def test_extra_mlips(architecture, device, kwargs):
Expand Down

0 comments on commit 09a4f17

Please sign in to comment.