Skip to content

Commit

Permalink
Update test_ase_traj.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thangckt committed May 27, 2024
1 parent d1f02a3 commit bdcb887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ase_traj.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def setUp(self):


@unittest.skipIf(skip_ase, "skip ase related test. install ase to fix")
class TestASEtraj4(unittest.TestCase, CompLabeledSys, IsPBC):
class TestASEtraj4(unittest.TestCase, CompSys, IsPBC):
def setUp(self):
self.system_1 = dpdata.System("ase_traj/MoS2", fmt="deepmd")
self.system_1.to_system(file_name="tmp.traj")
Expand Down

0 comments on commit bdcb887

Please sign in to comment.