We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71f6e8 + 8bf22ed commit eaf89adCopy full SHA for eaf89ad
1 file changed
test/test_grudge_sym_old.py
@@ -143,11 +143,11 @@ def _get_variables_on(dd):
143
144
num_integral_1 = np.dot(ones_volm, actx.to_numpy(flatten(mass_op(f=f_quad))))
145
err_1 = abs(num_integral_1 - true_integral)
146
- assert err_1 < 1e-9, err_1
+ assert err_1 < 2e-9, err_1
147
148
num_integral_2 = np.dot(f_volm, actx.to_numpy(flatten(mass_op(f=ones_quad))))
149
err_2 = abs(num_integral_2 - true_integral)
150
- assert err_2 < 1.0e-9, err_2
+ assert err_2 < 2e-9, err_2
151
152
if discr_tag is dof_desc.DISCR_TAG_BASE:
153
# NOTE: `integral` always makes a square mass matrix and
0 commit comments