Skip to content

Commit 415ec0a

Browse files
authored
Merge pull request #1452 from FluxML/bc/ci-noise
Mark AbstractFFT test broken
2 parents ad930c3 + 5c3dfc7 commit 415ec0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gradcheck.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1613,7 +1613,7 @@ end
16131613
# same for the inverse
16141614
@test gradient((X̂)->real.(fft(ifft(X̂))[i, j]), X̂)[1] indicateMat
16151615
# same for rfft(irfft)
1616-
@test gradient((X)->real.(irfft(rfft(X), size(X,1)))[i, j], X)[1] real.(indicateMat)
1616+
@test_broken gradient((X)->real.(irfft(rfft(X), size(X,1)))[i, j], X)[1] real.(indicateMat)
16171617
# rfft isn't actually surjective, so rfft(irfft) can't really be tested this way.
16181618

16191619
# the gradients are actually just evaluating the inverse transform on the

0 commit comments

Comments
 (0)