From 26e4d332a22f85fa5fa29e32bbc899d637644617 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 6 Dec 2015 16:55:02 -0600 Subject: [PATCH] Revert "Bump Bessel error bound for x86, again" This reverts commit ca5660c47243c7217b3af89c9a4c01a31bb126a9. --- 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 59460cb8..90a2bc0d 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 < 2e-6, error_scipy + assert error_scipy < 5e-7, error_scipy if use_pyfmmlib and ( which_func == "j" -- GitLab