Skip to content

Commit 5fb9422

Browse files
authored
logsumexp tests pass?
1 parent 86657fd commit 5fb9422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ad/others.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
@testset "logsumexp" begin
99
x = rand(3)
10-
test_reverse_mode_ad(logsumexp, randn(), x; rtol=1e-8, atol=1e-6, broken = (:Enzyme,))
10+
test_reverse_mode_ad(logsumexp, randn(), x; rtol=1e-8, atol=1e-6)
1111
end
1212

1313
@testset "zygote_ldiv" begin

0 commit comments

Comments
 (0)