Skip to content

Commit

Permalink
Merge pull request #1452 from FluxML/bc/ci-noise
Browse files Browse the repository at this point in the history
Mark AbstractFFT test broken
  • Loading branch information
ToucheSir authored Sep 6, 2023
2 parents ad930c3 + 5c3dfc7 commit 415ec0a
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 @@ -1613,7 +1613,7 @@ end
# same for the inverse
@test gradient((X̂)->real.(fft(ifft(X̂))[i, j]), X̂)[1] indicateMat
# same for rfft(irfft)
@test gradient((X)->real.(irfft(rfft(X), size(X,1)))[i, j], X)[1] real.(indicateMat)
@test_broken gradient((X)->real.(irfft(rfft(X), size(X,1)))[i, j], X)[1] real.(indicateMat)
# rfft isn't actually surjective, so rfft(irfft) can't really be tested this way.

# the gradients are actually just evaluating the inverse transform on the
Expand Down

0 comments on commit 415ec0a

Please sign in to comment.