From 5c3dfc7084b18b4fd5b14426f9c423ab4c5980b8 Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Fri, 1 Sep 2023 11:44:29 -0700 Subject: [PATCH] Mark AbstractFFT test broken --- test/gradcheck.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gradcheck.jl b/test/gradcheck.jl index f44cd1cca..b7fd5391f 100644 --- a/test/gradcheck.jl +++ b/test/gradcheck.jl @@ -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