Skip to content

Commit 5833142

Browse files
committed
Use extras when initializing Jacobian
1 parent f1969a2 commit 5833142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function JacobianCache(prob, alg, f::F, fu_, u, p; stats, autodiff = nothing,
8989
if iip
9090
DI.jacobian(f, fu, di_extras, autodiff, u, Constant(p))
9191
else
92-
DI.jacobian(f, autodiff, u, Constant(p))
92+
DI.jacobian(f, di_extras, autodiff, u, Constant(p))
9393
end
9494
end
9595
else

0 commit comments

Comments
 (0)