Skip to content

Commit 19dfa5f

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

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
@@ -121,7 +121,7 @@ function ChainRulesCore.rrule(::Type{IntervalNonlinearProblem}, args...; kwargs.
121121
(NoTangent(), ȳ.f, ȳ.tspan, ȳ.p, ȳ.kwargs, ȳ.problem_type)
122122
end
123123

124-
IntervalNonlinearProblem(args...; kwargs...), IntervalNonlinearProblemAdjoint
124+
SciMLBase.IntervalNonlinearProblem(args...; kwargs...), IntervalNonlinearProblemAdjoint
125125
end
126126

127127
end

0 commit comments

Comments
 (0)