Skip to content

Commit

Permalink
test_warn after test for old-style seperable conv
Browse files Browse the repository at this point in the history
  • Loading branch information
HDictus committed Jan 10, 2020
1 parent 6d4916f commit 5924133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ end
a = [1, 2]
b = [3, 4]
c = [1 2; 3 4]
@test_warn conv(a, b, c)
@test conv(a, b, c) == conv(conv(a, b), c)
@test_warn "seperable" conv(a, b, c)
end

@testset "conv-2D" begin
Expand Down

0 comments on commit 5924133

Please sign in to comment.