Skip to content

Commit 14cb102

Browse files
committed
Fix
1 parent 960ea1f commit 14cb102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • DifferentiationInterface/ext/DifferentiationInterfaceSparseMatrixColoringsExt

DifferentiationInterface/ext/DifferentiationInterfaceSparseMatrixColoringsExt/jacobian.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function DI.prepare_jacobian(
4646
end
4747

4848
function DI.prepare_jacobian(
49-
f!::F, y, backend::AutoSparse, x, contexts::Vararg{DI.Context,C}
49+
f!::F, y, backend::AutoSparse, x, contexts::Vararg{DI.Context,C}; strict::Bool=false
5050
) where {F,C}
5151
dense_backend = dense_ad(backend)
5252
perf = DI.pushforward_performance(dense_backend)

0 commit comments

Comments
 (0)