From 29bcf6a46e9fa968f005d1ce33997fa671a0db78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:47:46 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_deepmd_mixed.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/test_deepmd_mixed.py b/tests/test_deepmd_mixed.py index 519293d5..70a09dbe 100644 --- a/tests/test_deepmd_mixed.py +++ b/tests/test_deepmd_mixed.py @@ -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 @@ -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"):