Skip to content

Commit e39ead4

Browse files
committed
test: batched jacobian now exists
1 parent 7b3face commit e39ead4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ using Lux
7575
x -> x, AutoZygote(), rand(2), rand(2)
7676
)
7777

78-
@test_throws ArgumentError batched_jacobian(x -> x, AutoEnzyme(), rand(2, 2))
7978
@test_throws ErrorException batched_jacobian(x -> x, AutoZygote(), rand(2, 2))
8079
end
8180

0 commit comments

Comments
 (0)