@@ -1768,7 +1768,6 @@ def test_relax_ase_opt_kwargs(self):
1768
1768
assert traj [0 ] != traj [- 1 ]
1769
1769
assert os .path .isfile (traj_file )
1770
1770
1771
- @pytest .mark .skip ("TODO remove skip once https://github.com/materialsvirtuallab/matgl/issues/238 is resolved" )
1772
1771
def test_calculate_m3gnet (self ):
1773
1772
pytest .importorskip ("matgl" )
1774
1773
calculator = self .get_structure ("Si" ).calculate ()
@@ -1780,7 +1779,6 @@ def test_calculate_m3gnet(self):
1780
1779
assert np .linalg .norm (calculator .results ["forces" ]) == approx (7.8123485e-06 , abs = 0.2 )
1781
1780
assert np .linalg .norm (calculator .results ["stress" ]) == approx (1.7861567 , abs = 2 )
1782
1781
1783
- @pytest .mark .skip ("TODO remove skip once https://github.com/materialsvirtuallab/matgl/issues/238 is resolved" )
1784
1782
def test_relax_m3gnet (self ):
1785
1783
matgl = pytest .importorskip ("matgl" )
1786
1784
struct = self .get_structure ("Si" )
@@ -1791,7 +1789,6 @@ def test_relax_m3gnet(self):
1791
1789
actual = relaxed .dynamics [key ]
1792
1790
assert actual == val , f"expected { key } to be { val } , { actual = } "
1793
1791
1794
- @pytest .mark .skip ("TODO remove skip once https://github.com/materialsvirtuallab/matgl/issues/238 is resolved" )
1795
1792
def test_relax_m3gnet_fixed_lattice (self ):
1796
1793
matgl = pytest .importorskip ("matgl" )
1797
1794
struct = self .get_structure ("Si" )
@@ -1800,7 +1797,6 @@ def test_relax_m3gnet_fixed_lattice(self):
1800
1797
assert isinstance (relaxed .calc , matgl .ext .ase .M3GNetCalculator )
1801
1798
assert relaxed .dynamics ["optimizer" ] == "BFGS"
1802
1799
1803
- @pytest .mark .skip ("TODO remove skip once https://github.com/materialsvirtuallab/matgl/issues/238 is resolved" )
1804
1800
def test_relax_m3gnet_with_traj (self ):
1805
1801
pytest .importorskip ("matgl" )
1806
1802
struct = self .get_structure ("Si" )
@@ -2406,8 +2402,6 @@ def test_relax_ase_mol_return_traj(self):
2406
2402
assert traj [0 ] != traj [- 1 ]
2407
2403
assert os .path .isfile (traj_file )
2408
2404
2409
- # TODO remove skip once https://github.com/tblite/tblite/issues/110 is fixed
2410
- @pytest .mark .skip ("Pytorch and TBLite clash. https://github.com/materialsproject/pymatgen/pull/3060" )
2411
2405
def test_calculate_gfnxtb (self ):
2412
2406
pytest .importorskip ("tblite" )
2413
2407
mol_copy = self .mol .copy ()
0 commit comments