We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f8b91 commit fe2793eCopy full SHA for fe2793e
ext/AbstractFFTsTestUtilsExt.jl
@@ -55,7 +55,7 @@ const TEST_CASES = (
55
function _adjoint_test(P, x; real_plan=false)
56
y = rand(eltype(P * x), size(P * x))
57
# test basic properties
58
- @test_broken eltype(P') === typeof(y) # (AbstactFFTs.jl#110)
+ @test_broken eltype(P') === typeof(y) # (AbstractFFTs.jl#110)
59
@test fftdims(P') == fftdims(P)
60
@test (P')' === P # test adjoint of adjoint
61
@test size(P') == AbstractFFTs.output_size(P) # test size of adjoint
0 commit comments