From 422e6819b03a058f7409a90cd6f049ccf26b5c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= Date: Sun, 28 Oct 2018 15:42:59 -0400 Subject: [PATCH] Re-tweak test_boundary_interpolation resolutions to avoid test failures --- test/test_meshmode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_meshmode.py b/test/test_meshmode.py index d90f1a49..be7ac04f 100644 --- a/test/test_meshmode.py +++ b/test/test_meshmode.py @@ -88,7 +88,7 @@ def test_circle_mesh(do_plot=False): FACE_RESTR_INTERIOR, ]) @pytest.mark.parametrize(("mesh_name", "dim", "mesh_pars"), [ - ("blob", 2, [8e-2, 4e-2, 2e-2]), + ("blob", 2, [8e-2, 4e-2, 1e-2]), ("warp", 2, [10, 20, 30]), ("warp", 3, [10, 20, 30]), ]) -- GitLab