Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 1c1ebdc commit ca474a9
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 @@ -71,7 +71,7 @@ def setUp(self):
class TestASEtraj4(unittest.TestCase, CompSys, IsPBC):
def setUp(self):
self.system_1 = dpdata.System("ase_traj/MoS2", fmt="deepmd")
self.system_1.to(file_name="tmp.traj", fmt='ase/traj')
self.system_1.to(file_name="tmp.traj", fmt="ase/traj")
self.system_2 = dpdata.System("tmp.traj", fmt="ase/traj")
self.places = 6
self.e_places = 6
Expand All @@ -83,7 +83,7 @@ def setUp(self):
class TestASEtraj4Labeled(unittest.TestCase, CompLabeledSys, IsPBC):
def setUp(self):
self.system_1 = dpdata.LabeledSystem("ase_traj/MoS2", fmt="deepmd")
self.system_1.to(file_name="tmp1.traj", fmt='ase/traj')
self.system_1.to(file_name="tmp1.traj", fmt="ase/traj")
self.system_2 = dpdata.LabeledSystem("tmp1.traj", fmt="ase/traj")
self.places = 6
self.e_places = 6
Expand Down

0 comments on commit ca474a9

Please sign in to comment.