From 3b4b38f4144c2e57706f59f48a719fd2476590cc Mon Sep 17 00:00:00 2001 From: SorooshMani-NOAA Date: Tue, 17 Jan 2023 17:21:50 -0500 Subject: [PATCH] Increase error tolerance for test due to changes in Jigsaw --- tests/api/hfun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api/hfun.py b/tests/api/hfun.py index 9f81f28f..900c8e4a 100755 --- a/tests/api/hfun.py +++ b/tests/api/hfun.py @@ -410,7 +410,7 @@ def test_hfun_coll_cfl_constraint(self): # Fast method is much less accurate! method_tolerance = { 'exact': 0.03, - 'fast': 0.1 + 'fast': 0.2 } for method, tol in method_tolerance.items():