From e0b7e2d9d312066d247ab070eacb62d74e2c4a65 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 6 Dec 2015 16:55:38 -0600 Subject: [PATCH] Revert "Bump Bessel error bound for x86" This reverts commit 9739700c5c74c762607a241ae25049a6c1b123fd. --- 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..aaa89daf 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 < 1e-10, error_scipy if use_pyfmmlib and ( which_func == "j" -- GitLab