Skip to content

Commit 4839328

Browse files
committed
update ut for gmx enegine
1 parent ea39197 commit 4839328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/generator/test_gromacs_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def _copy_outputs(self, path_1, path_2):
9191
def test_make_model_devi_gromacs(self):
9292
flag = make_model_devi(iter_index=0,
9393
jdata=self.jdata,
94-
mdata={})
94+
mdata={"deepmd_version": "2.0"})
9595
self.assertTrue(flag)
9696
self.assertTrue(os.path.exists(self.model_devi_path))
9797
self.assertTrue(os.path.exists(self.model_devi_task_path))
@@ -108,7 +108,7 @@ def test_make_fp_gaussian(self):
108108

109109

110110
def tearDown(self):
111-
#pass
111+
# pass
112112
shutil.rmtree(self.iter_path)
113113
if __name__ == '__main__':
114114
unittest.main()

0 commit comments

Comments
 (0)