Skip to content

Commit

Permalink
Test deprecated conv method
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholters committed Nov 11, 2024
1 parent a28138e commit 249155f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/dsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ end
fv = convert(Array{Float64}, v)
fA = convert(Array{Float64}, A)
fexp = convert(Array{Float64}, exp)
@test @test_deprecated(conv(fu, fv, fA)) fexp
@test conv(fu, transpose(fv), fA) fexp

end
Expand Down

0 comments on commit 249155f

Please sign in to comment.