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

Re-bump tolerance in test_mass_mat_trig (old sym)

parent 428ca9b9
No related branches found
No related tags found
No related merge requests found
Pipeline #282062 passed
......@@ -144,7 +144,7 @@ def test_mass_mat_trig(actx_factory, ambient_dim, discr_tag):
num_integral_1 = np.dot(ones_volm, actx.to_numpy(flatten(mass_op(f=f_quad))))
err_1 = abs(num_integral_1 - true_integral)
assert err_1 < 6e-9, err_1
assert err_1 < 9e-9, err_1
num_integral_2 = np.dot(f_volm, actx.to_numpy(flatten(mass_op(f=ones_quad))))
err_2 = abs(num_integral_2 - true_integral)
......
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