Skip to content

Commit 47e474c

Browse files
committed
test
1 parent a8d4571 commit 47e474c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ end
140140
@test res slicemap(fun, ten, dims=3)
141141

142142
grad = ForwardDiff.gradient(x -> sum(sin, slicemap(fun, x, dims=3)), ten)
143-
@test_broken grad Zygote.gradient(x -> sum(sin, slicemap(fun, x, dims=3)), ten)[1]
143+
@test grad Zygote.gradient(x -> sum(sin, slicemap(fun, x, dims=3)), ten)[1]
144144

145145
jthree(f,m) = Align(map(f,
146146
Slices(m, False(), False(), True(), False())

0 commit comments

Comments
 (0)