Skip to content

Commit

Permalink
Update source/lmp/tests/test_dplr.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Yifan Li李一帆 <[email protected]>
  • Loading branch information
Yi-FanLi and njzjz authored Sep 17, 2023
1 parent ad7e696 commit 388faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lmp/tests/test_dplr.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def lammps_type_map():

@pytest.fixture
def lammps_si():
lmp = _lammps(data_file=data_file_si)
lmp = _lammps(data_file=data_file_si, units="si")
yield lmp
lmp.close()

Expand Down

0 comments on commit 388faee

Please sign in to comment.