Skip to content

Commit 323ac6a

Browse files
author
Thomas Baumann
committed
Trying stop_at_nan=False
1 parent 070d16e commit 323ac6a

File tree

1 file changed

+1
-0
lines changed
  • pySDC/projects/Resilience

1 file changed

+1
-0
lines changed

pySDC/projects/Resilience/vdp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def run_vdp(
126126
'newton_tol': 1e-9,
127127
'newton_maxiter': 99,
128128
'u0': np.array([2.0, 0.0]),
129+
'stop_at_nan': False,
129130
}
130131

131132
if custom_problem_params is not None:

0 commit comments

Comments
 (0)