Skip to content

Commit 859d0d1

Browse files
change both
1 parent 56298a7 commit 859d0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ function init_up(prob::DEProblem, sensealg, u0, p, args...; kwargs...)
526526
end
527527
end
528528

529-
function solve_call(_prob, args...; merge_callbacks = true, kwargshandle = KeywordArgWarn,
529+
function solve_call(_prob, args...; merge_callbacks = true, kwargshandle = KeywordArgError,
530530
kwargs...)
531531
if has_kwargs(_prob)
532532
if merge_callbacks && haskey(_prob.kwargs, :callback) && haskey(kwargs, :callback)

0 commit comments

Comments
 (0)