Skip to content

Commit 1d7f7b9

Browse files
committed
fix hat vs bar
1 parent d948f07 commit 1d7f7b9

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(
121121
T, N, uType, R, P, A, O, uType2, S, Tr}}, u, resid, prob,
122122
args...) where {T, N, uType, R, P, A, O, uType2, S, Tr}
123123
function NonlinearSolutionAdjoint(ȳ)
124-
(NoTangent(), ȳ.u, NoTangent(), .prob, ntuple(_ -> NoTangent(), length(args))...)
124+
(NoTangent(), ȳ.u, NoTangent(), .prob, ntuple(_ -> NoTangent(), length(args))...)
125125
end
126126
SciMLBase.NonlinearSolution{T, N, uType, R, P, A, O, uType2, S, Tr}(u, resid, prob, args...),
127127
NonlinearSolutionAdjoint

0 commit comments

Comments
 (0)