Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
thangckt authored Mar 15, 2024
1 parent 33c5084 commit 790d4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_ase_traj.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class TestASEtraj3(unittest.TestCase, CompLabeledSys, IsPBC):
def setUp(self):
self.system_1 = dpdata.System("ase_traj/Cu.traj", fmt="ase/traj")
self.system_2 = dpdata.LabeledSystem("ase_traj/Cu.traj", fmt="ase/traj")
self.system_3 = dpdata.System("ase_traj/Cu_unlabel.traj", fmt="ase/traj")
self.system_4 = dpdata.LabeledSystem("ase_traj/Cu_unlabel.traj", fmt="ase/traj")
# self.system_3 = dpdata.System("ase_traj/Cu_unlabel.traj", fmt="ase/traj")
# self.system_4 = dpdata.LabeledSystem("ase_traj/Cu_unlabel.traj", fmt="ase/traj")
self.places = 6
self.e_places = 6
self.f_places = 6
Expand Down

0 comments on commit 790d4b5

Please sign in to comment.