Skip to content

Commit 4aaa757

Browse files
Update compute_jacobian_ad.jl
1 parent 280cbf4 commit 4aaa757

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/differentiation/compute_jacobian_ad.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function ForwardColorJacCache(f,x,_chunksize = nothing;
4343
else
4444
pi = pi[1:length(dx)]
4545
end
46-
@show typeof(dx),typeof(pi)
4746
fx = reshape(Dual{ForwardDiff.Tag(f,eltype(vec(x)))}.(vec(dx),pi),size(dx)...)
4847
_dx = dx
4948
end

0 commit comments

Comments
 (0)