From 9d524710bdc6c925cf9ba4497a23a09fa312a943 Mon Sep 17 00:00:00 2001 From: Michele Nottoli <michele.nottoli@gmail.com> Date: Tue, 7 Nov 2023 15:22:28 +0100 Subject: [PATCH] Loosened threshold due to Coulomb descriptors. --- tests/test_extrapolation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_extrapolation.py b/tests/test_extrapolation.py index fde327c..3ae4bb0 100644 --- a/tests/test_extrapolation.py +++ b/tests/test_extrapolation.py @@ -9,7 +9,7 @@ import gext.grassmann import utils SMALL = 1e-10 -THRESHOLD = 2e-2 +THRESHOLD = 5e-2 @pytest.mark.parametrize("datafile", ["urea.json", "glucose.json"]) @pytest.mark.parametrize("fitting", ["leastsquare", "qtr"]) -- GitLab