From ca5660c47243c7217b3af89c9a4c01a31bb126a9 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 6 Dec 2015 16:54:36 -0600
Subject: [PATCH] Bump Bessel error bound for x86, again

---
 test/test_clmath.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_clmath.py b/test/test_clmath.py
index 90a2bc0d..59460cb8 100644
--- a/test/test_clmath.py
+++ b/test/test_clmath.py
@@ -294,7 +294,7 @@ def test_bessel(ctx_factory):
             scipy_bessel = scipy_func(n, a)
 
             error_scipy = get_err(cl_bessel, scipy_bessel)
-            assert error_scipy < 5e-7, error_scipy
+            assert error_scipy < 2e-6, error_scipy
 
             if use_pyfmmlib and (
                     which_func == "j"
-- 
GitLab