Skip to content

Commit

Permalink
let's risk one more round of CI why not
Browse files Browse the repository at this point in the history
  • Loading branch information
mcabbott authored Jan 4, 2025
1 parent 7b59497 commit 3eb983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gradcheck.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ end
@test gradtest(X -> sum(sum(x -> x^2, X; dims=1)), randn(10)) # issue #681

# Non-differentiable sum of booleans
@test_skip gradient(sum, [true, false, true]) == (nothing,) # fine locally, fails on buidkite?
@test gradient(sum, [true, false, true]) == (nothing,)
@test gradient(x->sum(x .== 0.0), [1.2, 0.2, 0.0, -1.1, 100.0]) == (nothing,)

# https://github.com/FluxML/Zygote.jl/issues/314
Expand Down

0 comments on commit 3eb983f

Please sign in to comment.