Skip to content

Commit

Permalink
fix partial M3GNet test skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed May 7, 2024
1 parent ec4726c commit 0fa6356
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/forcefields/test_md.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@
}


@pytest.mark.parametrize("ff_name", ["CHGNet", "M3GNet", "MACE", "GAP", "Nequip"])
@pytest.mark.parametrize(
"ff_name",
[
"CHGNet",
# "M3GNet",
"MACE",
"GAP",
"Nequip",
],
)
def test_ml_ff_md_maker(ff_name, si_structure, sr_ti_o3_structure, test_dir, clean_dir):
n_steps = 5

Expand Down

0 comments on commit 0fa6356

Please sign in to comment.