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 4a9251c commit 3978e7eCopy full SHA for 3978e7e
lib/NonlinearSolveBase/src/NonlinearSolveBase.jl
@@ -23,7 +23,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
23
LinearAliasSpecifier, ImmutableNonlinearProblem, NonlinearAliasSpecifier,
24
promote_u0, get_concrete_u0, get_concrete_p,
25
has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem,
26
- NoDefaultAlgorithmError, NonSolverError
+ NoDefaultAlgorithmError, NonSolverError, KeywordArgError
27
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
28
29
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator
0 commit comments