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.
1 parent 5e57223 commit ccb4414Copy full SHA for ccb4414
test/core.jl
@@ -1,6 +1,6 @@
1
using SteadyStateDiffEq, NonlinearSolve, Sundials, OrdinaryDiffEq, DiffEqCallbacks, Test
2
using NonlinearSolve.NonlinearSolveBase
3
-using NonlinearSolve.NonlinearSolveBase: NormTerminationMode, RelTerminationMode, RelNormTerminationMode
+using NonlinearSolve.NonlinearSolveBase: NormTerminationMode, RelTerminationMode, RelNormTerminationMode,
4
AbsTerminationMode, AbsNormTerminationMode, RelSafeTerminationMode, AbsSafeTerminationMode,
5
RelSafeBestTerminationMode, AbsSafeBestTerminationMode
6
0 commit comments