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 08bb71b commit 1c05db0Copy full SHA for 1c05db0
src/common.jl
@@ -17,7 +17,8 @@ init_cacheval(::SciMLBase.AbstractIntegralAlgorithm, args...) = nothing
17
function SciMLBase.init(prob::IntegralProblem{iip},
18
alg::SciMLBase.AbstractIntegralAlgorithm;
19
sensealg = ReCallVJP(ZygoteVJP()),
20
- do_inf_transformation = nothing, kwargs...) where {iip}
+ do_inf_transformation = nothing, kws...) where {iip}
21
+ kwargs = pairs((; prob.kwargs..., kws...))
22
checkkwargs(kwargs...)
23
prob = transformation_if_inf(prob, do_inf_transformation)
24
cacheval = init_cacheval(alg, prob)
0 commit comments