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 019a43f commit 0e94460Copy full SHA for 0e94460
src/solve.jl
@@ -18,7 +18,7 @@ function init_call(_prob,args...;kwargs...)
18
end
19
20
function init(prob::DEProblem,args...;kwargs...)
21
- _prob = get_concrete_problem(prob,kwargs)
+ _prob = get_concrete_problem(prob;kwargs...)
22
if haskey(kwargs,:alg) && (isempty(args) || args[1] === nothing)
23
alg = kwargs[:alg]
24
isadaptive(alg) &&
0 commit comments