diff options
Diffstat (limited to 'tests/test_peakdetection.py')
-rw-r--r-- | tests/test_peakdetection.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test_peakdetection.py b/tests/test_peakdetection.py deleted file mode 100644 index 0cb24b2..0000000 --- a/tests/test_peakdetection.py +++ /dev/null @@ -1,9 +0,0 @@ -import simpl -import numpy as np -from scipy.io.wavfile import read - - -class TestPeakDetection(object): - frame_size = 2048 - hop_size = 512 - max_peaks = 10 |