Skip to content

Commit

Permalink
Flake8 fixes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WardLT committed Nov 7, 2023
1 parent 5a66276 commit 1a9f1d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/simulation/test_lammps.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pathlib import Path
from mofa.simulation.lammps import LAMMPSRunner
import logging


def test_lammps_runner(cif_files):
Expand All @@ -13,3 +13,4 @@ def test_lammps_runner(cif_files):
timesteps=1000,
report_frequency=100,
stepsize_fs=0.5)
assert Path(lmp_path).exists()

0 comments on commit 1a9f1d1

Please sign in to comment.