From eaa0f51c1efee76c231781d2c51f3adbe0ef00b3 Mon Sep 17 00:00:00 2001 From: "T. Daniel Crawford" Date: Fri, 3 May 2024 14:15:37 -0400 Subject: [PATCH] Loosening CID APT comparison back to 10^-5. --- magpy/tests/test_012_APT_CID.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magpy/tests/test_012_APT_CID.py b/magpy/tests/test_012_APT_CID.py index 0f137ce..287d536 100644 --- a/magpy/tests/test_012_APT_CID.py +++ b/magpy/tests/test_012_APT_CID.py @@ -53,5 +53,5 @@ def test_APT_H2O_STO3G(): [ 4.06138511E-13, -2.54923176E-01, -9.94990576E-02], ]) - assert(np.max(np.abs(dipder-dipder_ref)) < 1e-6) + assert(np.max(np.abs(dipder-dipder_ref)) < 1e-5)