From a8f83cf00a353ab151c2861f92ef0982dd59605f Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Tue, 10 Apr 2018 10:35:18 +0200 Subject: [PATCH] Ignore differences in dh/dt for the active pair test if the norm of the value is less than 3e-5. This is close enough to zero. --- tests/tolerance_pair_force_active.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tolerance_pair_force_active.dat b/tests/tolerance_pair_force_active.dat index c5b5620338..f4394edf35 100644 --- a/tests/tolerance_pair_force_active.dat +++ b/tests/tolerance_pair_force_active.dat @@ -1,4 +1,4 @@ # ID wcount h_dt 0 1 2.4e-3 0 1 2.4e-3 - 0 1 1e-5 + 0 1 3e-5 -- GitLab