From 3af070c3a7a2075254ff93ef49b0570477c5c8b7 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 17 Apr 2022 12:01:05 -0500
Subject: [PATCH] Bump another tolerance in test_mass_mat_trig in sym old tests

---
 test/test_grudge_sym_old.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test_grudge_sym_old.py b/test/test_grudge_sym_old.py
index ca6c70d5..f211a316 100644
--- a/test/test_grudge_sym_old.py
+++ b/test/test_grudge_sym_old.py
@@ -148,7 +148,7 @@ def test_mass_mat_trig(actx_factory, ambient_dim, discr_tag):
 
     num_integral_2 = np.dot(f_volm, actx.to_numpy(flatten(mass_op(f=ones_quad))))
     err_2 = abs(num_integral_2 - true_integral)
-    assert err_2 < 2e-9, err_2
+    assert err_2 < 5e-9, err_2
 
     if discr_tag is dof_desc.DISCR_TAG_BASE:
         # NOTE: `integral` always makes a square mass matrix and
-- 
GitLab