issues
search
meinardmueller
/
synctoolbox
Sync Toolbox - Python package with reference implementations for efficient, robust, and accurate music synchronization based on dynamic time warping (DTW)
https://meinardmueller.github.io/synctoolbox
Other
112
stars
12
forks
source link
Unit test fix
#15
Closed
yiitozer
closed
3 years ago
yiitozer
commented
3 years ago
Unit tests added for the filterbank and peak search
test_conda.yml fixed (python version)
scipy.signal.filtfilt function replaced with scipy.signal.sosfiltfilt due to numerical instabilities.