Skip to content

Commit

Permalink
fix missing @
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Oct 22, 2024
1 parent b2c97bc commit 02868df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/transformations/test_advanced_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ def test_apply_transformation(self):
for struct_trafo in alls:
assert "energy" not in struct_trafo

pytest.skip(reason="dgl don't support torch 2.4.1+, #4073")

@pytest.skip(reason="dgl don't support torch 2.4.1+, #4073")
def test_m3gnet(self):
pytest.importorskip("matgl")
enum_trans = EnumerateStructureTransformation(refine_structure=True, sort_criteria="m3gnet_relax")
Expand Down

0 comments on commit 02868df

Please sign in to comment.