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

Bump a tolerance in test_mass_mat_trig (old symbolic tests)

parent 02124789
No related branches found
No related tags found
No related merge requests found
Pipeline #281813 passed
...@@ -148,7 +148,7 @@ def test_mass_mat_trig(actx_factory, ambient_dim, discr_tag): ...@@ -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)))) num_integral_2 = np.dot(f_volm, actx.to_numpy(flatten(mass_op(f=ones_quad))))
err_2 = abs(num_integral_2 - true_integral) err_2 = abs(num_integral_2 - true_integral)
assert err_2 < 2e-9, err_2 assert err_2 < 4e-9, err_2
if discr_tag is dof_desc.DISCR_TAG_BASE: if discr_tag is dof_desc.DISCR_TAG_BASE:
# NOTE: `integral` always makes a square mass matrix and # NOTE: `integral` always makes a square mass matrix and
......
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