Skip to content

Commit 3978e7e

Browse files
committed
put KeywordArgError back
1 parent 4a9251c commit 3978e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/NonlinearSolveBase/src/NonlinearSolveBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ using SciMLBase: SciMLBase, ReturnCode, AbstractODEIntegrator, AbstractNonlinear
2323
LinearAliasSpecifier, ImmutableNonlinearProblem, NonlinearAliasSpecifier,
2424
promote_u0, get_concrete_u0, get_concrete_p,
2525
has_kwargs, extract_alg, promote_u0, checkkwargs, SteadyStateProblem,
26-
NoDefaultAlgorithmError, NonSolverError
26+
NoDefaultAlgorithmError, NonSolverError, KeywordArgError
2727
import SciMLBase: solve, init, __init, __solve, wrap_sol, get_root_indp, isinplace, remake
2828

2929
using SciMLJacobianOperators: JacobianOperator, StatefulJacobianOperator

0 commit comments

Comments
 (0)