From 3e690c70064d884d0e750db3ae6fcf47f1807ab4 Mon Sep 17 00:00:00 2001 From: John Glover Date: Sat, 30 Jun 2012 10:49:36 +0100 Subject: Restructure class files. Group classes by type (peak detection, partial tracking, etc) rather than by algorithm name. This is because Cython needs the full inheritance hierarchy to be in the same file. --- tests/test_peakdetection.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/test_peakdetection.py (limited to 'tests/test_peakdetection.py') 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 -- cgit v1.2.3