Skip to content

Commit 833cddb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3fb4a6a commit 833cddb

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

tests/test_deepmd_mixed.py

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -522,20 +522,10 @@ def setUp(self):
522522
os.path.exists(os.path.join(i, "real_atom_types.npy")), True
523523
)
524524

525-
526-
self.system_names = [
527-
"C1H4A0B0",
528-
"C1H3A0B0",
529-
"C1H1A1B2"
530-
]
531-
self.system_sizes = {
532-
"C1H4A0B0": 1,
533-
"C1H3A0B0": 1,
534-
"C1H1A1B2": 1
535-
}
525+
self.system_names = ["C1H4A0B0", "C1H3A0B0", "C1H1A1B2"]
526+
self.system_sizes = {"C1H4A0B0": 1, "C1H3A0B0": 1, "C1H1A1B2": 1}
536527
self.atom_names = ["C", "H", "A", "B"]
537528

538-
539529
def tearDown(self):
540530
if os.path.exists("tmp.deepmd.fparam.aparam"):
541531
shutil.rmtree("tmp.deepmd.fparam.aparam")

0 commit comments

Comments
 (0)