From 1c3a76f4e22c840776398e3e47d72883a9b8acc2 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Thu, 10 Aug 2017 20:38:34 -0500 Subject: [PATCH] Mildly increase FMM test scale to address artificially low errors --- test/test_fmm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_fmm.py b/test/test_fmm.py index 62210e6a..0d8f36d8 100644 --- a/test/test_fmm.py +++ b/test/test_fmm.py @@ -111,8 +111,8 @@ def test_sumpy_fmm(ctx_getter, knl, local_expn_class, mpole_expn_class): ctx = ctx_getter() queue = cl.CommandQueue(ctx) - nsources = 500 - ntargets = 50 + nsources = 1000 + ntargets = 300 dtype = np.float64 from boxtree.tools import ( -- GitLab