Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
Co-authored-by: wheeheee <[email protected]>
  • Loading branch information
martinholters and wheeheee authored Nov 27, 2024
1 parent 2d72b08 commit 60f2ec7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/filt_stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 60f2ec7

Please sign in to comment.