Commit 87815e8c authored by Peter Eastman's avatar Peter Eastman
Browse files

Fixed an overly strict tolerance in a test case

parent fa818ff9
......@@ -184,7 +184,7 @@ void testEwaldPME() {
State state3 = context.getState(State::Forces | State::Energy);
// Gromacs PME energy for the same mesh
tol = 1e-5;
tol = 1e-4;
ASSERT_EQUAL_TOL(-3.82047e+05, state3.getPotentialEnergy(), tol);
// (5) CHECK WHETHER PME FORCES ARE THE SAME AS THE GROMACS OUTPUT USING EWALD
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment