diff --git a/test/filt_stream.jl b/test/filt_stream.jl index b105170b8..8aa0d17b3 100644 --- a/test/filt_stream.jl +++ b/test/filt_stream.jl @@ -362,7 +362,6 @@ end end end -# check that these don't throw; the output should actually probably be longer @test resample(1:2, 3, [zeros(2); 1; zeros(3)]) == [1, 0, 0, 2, 0, 0] @test resample(1:2, 3//2, [zeros(2); 1; zeros(3)]) == [1, 0, 0] let H = FIRFilter(2.22)