Skip to content
Snippets Groups Projects
Commit ca5660c4 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Bump Bessel error bound for x86, again

parent 9739700c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment