From 907614d1676428f5e0e2433bef10e310180c52e3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 04:56:17 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- source/lmp/tests/test_dplr.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/lmp/tests/test_dplr.py b/source/lmp/tests/test_dplr.py index 94006f31d5..ed28bbd6d4 100644 --- a/source/lmp/tests/test_dplr.py +++ b/source/lmp/tests/test_dplr.py @@ -486,9 +486,7 @@ def test_min_dplr(lammps): lammps.special_bonds("lj/coul 1 1 1 angle no") lammps.kspace_style("pppm/dplr 1e-5") lammps.kspace_modify(f"gewald {beta:.2f} diff ik mesh {mesh:d} {mesh:d} {mesh:d}") - lammps.fix( - f"0 all dplr model {pb_file.resolve()} type_associate 1 3 bond_type 1" - ) + lammps.fix(f"0 all dplr model {pb_file.resolve()} type_associate 1 3 bond_type 1") lammps.fix_modify("0 virial yes") lammps.min_style("cg") lammps.minimize("0 1.0e-6 2 2")