Skip to content

Commit

Permalink
Update tests/test_mlip_calculators.py
Browse files Browse the repository at this point in the history
Co-authored-by: ElliottKasoar <[email protected]>
  • Loading branch information
alinelena and ElliottKasoar authored Jul 31, 2024
1 parent 4723cdf commit a206aa6
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 @@ -155,7 +155,7 @@ def test_extra_mlips(architecture, device, kwargs):
},
],
)
def test_alignff_invalid(kwargs):
def test_extra_mlips_invalid(kwargs):
"""Test error raised if multiple model paths defined for extra MLIPs."""
with pytest.raises(ValueError):
choose_calculator(**kwargs)

0 comments on commit a206aa6

Please sign in to comment.