From ada32711bf3043bd7692c421be546ad1dca75751 Mon Sep 17 00:00:00 2001 From: doublylinkedlist Date: Wed, 4 Oct 2023 09:03:06 -0500 Subject: [PATCH] Update test_lammps.py --- tests/simulation/test_lammps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/simulation/test_lammps.py b/tests/simulation/test_lammps.py index ed3af1c2..988cc94f 100644 --- a/tests/simulation/test_lammps.py +++ b/tests/simulation/test_lammps.py @@ -1,6 +1,7 @@ from mofa.simulation.lammps import LAMMPSRunner import logging + def test_LMPRunner(): lmprunner = LAMMPSRunner(lammps_command="npt_tri", lmp_sims_root_path="lmp_sims",