Skip to content

Commit

Permalink
no print
Browse files Browse the repository at this point in the history
  • Loading branch information
jClugstor committed Nov 12, 2024
1 parent 0f3cb76 commit 8f13c43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ function build_jac_config(alg, f::F1, uf::F2, du1, uprev, u, tmp, du2) where {F1
if _chunksize === Val{nothing}()
_chunksize = nothing
end
println("_chunksize = $_chunksize")
jac_config = ForwardColorJacCache(uf, uprev, _chunksize; colorvec = colorvec,
sparsity = sparsity, tag = T)
elseif alg_autodiff(alg) isa AutoFiniteDiff
Expand Down

0 comments on commit 8f13c43

Please sign in to comment.