From 02868df48af8c73ef77e04388eb8a557c86e37f4 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Tue, 22 Oct 2024 11:43:55 +0800 Subject: [PATCH] fix missing @ --- tests/transformations/test_advanced_transformations.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/transformations/test_advanced_transformations.py b/tests/transformations/test_advanced_transformations.py index b4b7648fb5a..d7bf324e517 100644 --- a/tests/transformations/test_advanced_transformations.py +++ b/tests/transformations/test_advanced_transformations.py @@ -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")