Skip to content

Commit 6f1e267

Browse files
authored
fix typo
1 parent 46d5f64 commit 6f1e267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/SparseDiffToolsZygote.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ end
129129
function (L::AutoDiffVJP{AD, IIP, true})(dv, v, p, t; VJP_input = nothing) where {AD <: AutoZygote, IIP}
130130
# ignore VJP_input as pullback was computed in update_coefficients!(...)
131131

132-
_dv = L(v, p, t)
132+
_dv = L(v, p, t; VJP_input = VJP_input)
133133
copy!(dv, _dv)
134134
end
135135

0 commit comments

Comments
 (0)