diff --git a/test/test_fmm.py b/test/test_fmm.py index 50a0755cff8700d973c084832669185bff594ac0..637eb8b83e504c6da08321af17e08ac2d5709189 100644 --- a/test/test_fmm.py +++ b/test/test_fmm.py @@ -199,6 +199,11 @@ def test_sumpy_fmm(ctx_factory, knl, local_expn_class, mpole_expn_class): def test_unified_single_and_double(ctx_factory): + """ + Test that running one FMM for single layer + double layer gives the + same result as running one FMM for each and adding the results together + at the end + """ logging.basicConfig(level=logging.INFO) ctx = ctx_factory()