Skip to content

Commit 09004c3

Browse files
committed
Bump tolerance in test_quadrature_based_modal_connection_reverse
Sample test failure: https://gitlab.tiker.net/inducer/pyopencl/-/jobs/447952
1 parent 02a1a34 commit 09004c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_modal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def f(x):
218218

219219
err = flat_norm(nodal_f - nodal_f_computed)
220220

221-
assert err <= 1e-11
221+
assert err <= 2e-11
222222

223223

224224
@pytest.mark.parametrize("nodal_group_factory", [

0 commit comments

Comments
 (0)