Skip to content

Commit 700241f

Browse files
committed
Update test_fourier.jl
1 parent 678590c commit 700241f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_fourier.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import QuasiArrays: MulQuasiArray
3939
@test blockisequal(axes(F'F), (axes(F,2),axes(F,2)))
4040
D = Derivative(axes(F,1))
4141
= (D*F).args[2]
42-
@test BlockArrays.blockcolsupport(D̃,Block(3)) == Block.(3:3)
4342
@test (F\F)*isa BlockArray
4443
@test (F \ (D*F))[Block.(1:3),Block.(1:3)] == [0 0 0 0 0; 0 0.0 -1 0 0; 0 1 0 0 0; 0 0 0 0 -2; 0 0 0 2 0]
4544

0 commit comments

Comments
 (0)