We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fa677 commit 0e1f04eCopy full SHA for 0e1f04e
test/utils.jl
@@ -118,7 +118,7 @@
118
119
@testset "odd_view, fourier_reverse!" begin
120
a = [1 2 3;4 5 6;7 8 9;10 11 12]
121
- @test odd_view(a) == [4 5 6;7 8 9; 10 11 12]
+ @test FourierTools.odd_view(a) == [4 5 6;7 8 9; 10 11 12]
122
fourier_reverse!(a)
123
@test a == [3 2 1;12 11 10;9 8 7;6 5 4]
124
0 commit comments