Skip to content

Commit a83b066

Browse files
committed
Yet more fix. This time it will totally work, I am like 1000% sure
1 parent 9a36837 commit a83b066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_helpers/test_gusto_coupling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def run(stepper, n_steps):
449449
print(error)
450450

451451
assert (
452-
error < solver_parameters['snes_rtol'] * 1e3
452+
error < solver_parameters['snes_rtol'] * 1e4
453453
), f'pySDC and Gusto differ in SDC! Got relative difference of {error}'
454454

455455

0 commit comments

Comments
 (0)