Skip to content

Commit 8cd6390

Browse files
committed
move Zygote to broken with ReverseDiff
1 parent f10f23c commit 8cd6390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/transform/selecttransform.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
@test kernelmatrix(tx_row, X, Y; obsdim=2) kernelmatrix(ta_row, A, B; obsdim=2)
7373
@test kernelmatrix(tx_col, X, Z; obsdim=1) kernelmatrix(ta_col, A, C; obsdim=1)
7474

75-
@testset "$(AD)" for AD in [:Zygote, :ForwardDiff]
75+
@testset "$(AD)" for AD in [:ForwardDiff]
7676
gx = gradient(AD, X) do x
7777
testfunction(tx_row, x, 2)
7878
end
@@ -103,7 +103,7 @@
103103
@test gx ga
104104
end
105105

106-
@testset "$(AD)" for AD in [:ReverseDiff]
106+
@testset "$(AD)" for AD in [:ReverseDiff, :Zygote]
107107
@test_broken let
108108
gx = gradient(AD, X) do x
109109
testfunction(tx_row, x, 2)

0 commit comments

Comments
 (0)