Skip to content

Commit 78cbbe6

Browse files
committed
Add test for blackmanharris argument error checks
1 parent ba5a476 commit 78cbbe6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/windows.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ end
116116
cosine_jl = cosine(128)
117117
cosine_ref = read_reference_data("cosine128.txt")
118118
@test cosine_jl cosine_ref
119+
120+
@test_throws ArgumentError blackmanharris(128;term=2)
119121
end
120122

121123
zeroarg_wins = [rect, hanning, hamming, cosine, lanczos,

0 commit comments

Comments
 (0)