From 219c59659989fc98de32089f28da774723ee225a Mon Sep 17 00:00:00 2001 From: Anders Johansson Date: Mon, 10 Jun 2024 14:23:33 -0400 Subject: [PATCH] attempt fix lammps test by removing seemingly unnecessary computes --- tests/test_lammps.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_lammps.py b/tests/test_lammps.py index fb7729678..917aea9fe 100644 --- a/tests/test_lammps.py +++ b/tests/test_lammps.py @@ -261,7 +261,6 @@ def test_lmp_calc(): param_dict = { "pair_style": "lj/cut 2.5", "pair_coeff": ["* * 1 1"], - "compute": ["1 all pair/local dist", "2 all reduce max c_1"], "velocity": ["all create 300 12345 dist gaussian rot yes mom yes"], "fix": ["1 all nvt temp 300 300 $(100.0*dt)"], "dump_period": 1,