Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit 6f1e267

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)