We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feabd38 commit 3848862Copy full SHA for 3848862
1 file changed
DifferentiationInterface/ext/DifferentiationInterfaceFastDifferentiationExt/twoarg.jl
@@ -317,7 +317,7 @@ function DI.prepare_jacobian_nokwarg(
317
jac_var = sparse_jacobian(y_vec_var, x_vec_var)
318
sparsity = DI.get_pattern(jac_var)
319
else
320
- jacobian(y_vec_var, x_vec_var)
+ jac_var = jacobian(y_vec_var, x_vec_var)
321
sparsity = nothing
322
end
323
jac_exe = make_function(jac_var, x_vec_var, context_vec_vars...; in_place=false)
0 commit comments