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

Commit e9a1c7d

Browse files
Update src/differentiation/vecjac_products.jl
1 parent ab13f9d commit e9a1c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/differentiation/vecjac_products.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ function num_vecjac(f, x, v, f0 = nothing)
5656
ϵ = sqrt(eps(real(T))) * max(one(real(T)), abs(norm(x)))
5757
du = similar(x)
5858
for i = 1:length(x)
59-
println(typeof(x))
6059
x[i] += ϵ
6160
f0 = f(x)
6261
x[i] -= ϵ

0 commit comments

Comments
 (0)