Skip to content

Commit

Permalink
Update test_lammps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
williamyxl authored Sep 7, 2023
1 parent b8e10b1 commit 8ee94bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/simulation/test_lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ def test_LMPRunner():
lmp_sims_root_path="lmp_sims",
cif_files_root_path="mofa/simulation/cif_files")
for test_file in LMPrunner.cif_files_paths:
lmp_path = LMPrunner.prep_molecular_dynamics_single(os.path.join(LMPrunner.cif_files_root_path,
test_file),
lmp_path = LMPrunner.prep_molecular_dynamics_single(test_file,
timesteps=1000, report_frequency=100, stepsize_fs=0.5)
print(lmp_path)

0 comments on commit 8ee94bf

Please sign in to comment.