We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ecd93 + 89a2b4f commit 92ee12cCopy full SHA for 92ee12c
1 file changed
diffrax/solution.py
@@ -15,7 +15,6 @@ class RESULTS(metaclass=ContainerMeta):
15
"The maximum number of solver steps was reached. Try increasing `max_steps`."
16
)
17
dt_min_reached = "The minimum step size was reached."
18
- nan_time = "NaN time encountered during timestepping."
19
implicit_divergence = "Implicit method diverged."
20
implicit_nonconvergence = (
21
"Implicit method did not converge within the required number of iterations."
0 commit comments