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 Jun 6, 2024
1 parent 172f54d commit 29bcf6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_deepmd_mixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ def test_str(self):
)


class TestMixedSingleSystemsDump(
unittest.TestCase, CompLabeledSys, IsNoPBC
):
class TestMixedSingleSystemsDump(unittest.TestCase, CompLabeledSys, IsNoPBC):
def setUp(self):
self.places = 6
self.e_places = 6
Expand All @@ -331,7 +329,7 @@ def setUp(self):
"gaussian/methane.gaussianlog", fmt="gaussian/log"
)
# test dump
self.system_1.to('deepmd/npy/mixed', "tmp.deepmd.mixed.single")
self.system_1.to("deepmd/npy/mixed", "tmp.deepmd.mixed.single")

def tearDown(self):
if os.path.exists("tmp.deepmd.mixed.single"):
Expand Down

0 comments on commit 29bcf6a

Please sign in to comment.