Skip to content

Commit b1f2235

Browse files
committed
Fix test skip for mace omol
1 parent e19d433 commit b1f2235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def skip_extras(arch: str):
144144
pytest.skip("Unable to download model")
145145
case "grace":
146146
pytest.importorskip("tensorpotential")
147-
case "mace" | "mace_mp" | "mace_off":
147+
case "mace" | "mace_mp" | "mace_off" | "mace_omol":
148148
pytest.importorskip("mace")
149149
case "mattersim":
150150
pytest.importorskip("mattersim")

0 commit comments

Comments
 (0)