We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19d433 commit b1f2235Copy full SHA for b1f2235
tests/utils.py
@@ -144,7 +144,7 @@ def skip_extras(arch: str):
144
pytest.skip("Unable to download model")
145
case "grace":
146
pytest.importorskip("tensorpotential")
147
- case "mace" | "mace_mp" | "mace_off":
+ case "mace" | "mace_mp" | "mace_off" | "mace_omol":
148
pytest.importorskip("mace")
149
case "mattersim":
150
pytest.importorskip("mattersim")
0 commit comments