Skip to content

Commit 1a280ed

Browse files
Update ext/SciMLBaseChainRulesCoreExt.jl
1 parent 19dfa5f commit 1a280ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/SciMLBaseChainRulesCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function ChainRulesCore.rrule(::SciMLBase.EnsembleSolution, sim, time, converged
116116
out, EnsembleSolution_adjoint
117117
end
118118

119-
function ChainRulesCore.rrule(::Type{IntervalNonlinearProblem}, args...; kwargs...)
119+
function ChainRulesCore.rrule(::Type{SciMLBase.IntervalNonlinearProblem}, args...; kwargs...)
120120
function IntervalNonlinearProblemAdjoint(ȳ)
121121
(NoTangent(), ȳ.f, ȳ.tspan, ȳ.p, ȳ.kwargs, ȳ.problem_type)
122122
end

0 commit comments

Comments
 (0)