PyWavelets / pywt

PyWavelets - Wavelet Transforms in Python
http://pywavelets.readthedocs.org
MIT License
2.04k stars 470 forks source link

Add input length check in dwt_single for reflect modes #598

Closed mandulaj closed 3 years ago

mandulaj commented 3 years ago

Fixes #597

mandulaj commented 3 years ago

I made the changes you requested and added a basic test case. Let me know if I should add more tests or if that is sufficient.

grlee77 commented 3 years ago

Thanks @mandulaj!