Skip to content

Commit 50c2523

Browse files
chore: rm mentions of SDESolution
1 parent 9d87ca0 commit 50c2523

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/SciMLBaseChainRulesCoreExt.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ end
111111

112112
function ChainRulesCore.rrule(
113113
::Type{
114-
<:ODESolution{uType, tType, isinplace, P, NP, F, G, K,
114+
<:RODESolution{uType, tType, isinplace, P, NP, F, G, K,
115115
ND
116116
}}, u,
117117
args...) where {uType, tType, isinplace, P, NP, F, G, K, ND}
118-
function SDESolutionAdjoint(ȳ)
118+
function RODESolutionAdjoint(ȳ)
119119
(NoTangent(), ȳ, ntuple(_ -> NoTangent(), length(args))...)
120120
end
121121

122-
SDESolution{uType, tType, isinplace, P, NP, F, G, K, ND}(u, args...), SDESolutionAdjoint
122+
RODESolution{uType, tType, isinplace, P, NP, F, G, K, ND}(u, args...), RODESolutionAdjoint
123123
end
124124

125125
function ChainRulesCore.rrule(::SciMLBase.EnsembleSolution, sim, time, converged)

0 commit comments

Comments
 (0)