Skip to content

Commit c194c78

Browse files
author
Thomas Baumann
committed
Van der Pol should not crash in the Newton solver because this lead to a
test being flaky after the solution was replaced with a random polynomial.
1 parent 2f4a4f1 commit c194c78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pySDC/tests/test_convergence_controllers/test_InterpolateBetweenRestarts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def run_vdp(hook, adaptivity=True):
155155
'newton_tol': 1e-9,
156156
'newton_maxiter': 99,
157157
'u0': np.array([2.0, 0.0]),
158+
'crash_at_maxiter': False,
158159
}
159160

160161
# initialize step parameters

0 commit comments

Comments
 (0)