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

Commit e58deb0

Browse files
committed
Remove defunct ZygoteVecJac test
1 parent 89ac9c9 commit e58deb0

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

test/test_vecjac_products.jl

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,4 @@ update_coefficients!(L, v, nothing, 0.0)
2121
L = VecJac(f, x; autodiff = AutoFiniteDiff())
2222
update_coefficients!(L, v, nothing, 0.0)
2323
@test L * v actual_vjp
24-
25-
@info "ZygoteVecJac"
26-
27-
L = ZygoteVecJac(f, x)
28-
actual_vjp = Zygote.jacobian(x -> f(x, nothing, 0.0), x)[1]' * v
29-
update_coefficients!(L, v, nothing, 0.0)
30-
@test L * v actual_vjp
31-
L = ZygoteVecJac(f, x; autodiff = AutoFiniteDiff())
32-
update_coefficients!(L, v, nothing, 0.0)
33-
@test L * v actual_vjp
34-
#
24+
#

0 commit comments

Comments
 (0)