diff options
-rw-r--r-- | tests/debug.py | 1 | ||||
-rw-r--r-- | tests/signals.py | 1 | ||||
-rw-r--r-- | tests/test_lp.py (renamed from tests/lp.py) | 0 | ||||
-rw-r--r-- | tests/test_peakdetection.py (renamed from tests/peakdetection.py) | 1 | ||||
-rw-r--r-- | tests/test_sms.py (renamed from tests/sms.py) | 0 | ||||
-rw-r--r-- | tests/test_sms_old.py (renamed from tests/sms_old.py) | 13 | ||||
-rw-r--r-- | tests/test_sndobj.py (renamed from tests/sndobj.py) | 0 |
7 files changed, 1 insertions, 15 deletions
diff --git a/tests/debug.py b/tests/debug.py index 62f3c48..084df72 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -27,4 +27,3 @@ def print_partials(partials): for peak_number, peak in enumerate(partial.peaks): print peak.frequency, print - diff --git a/tests/signals.py b/tests/signals.py index 1ebf44e..5b04c03 100644 --- a/tests/signals.py +++ b/tests/signals.py @@ -47,4 +47,3 @@ def sinechirpsine(): audio[i+(section_length*sampling_rate*2)] = amp * np.sin(2 * np.pi * final_freq * t) return audio - diff --git a/tests/lp.py b/tests/test_lp.py index 8d80ba2..8d80ba2 100644 --- a/tests/lp.py +++ b/tests/test_lp.py diff --git a/tests/peakdetection.py b/tests/test_peakdetection.py index d98b2b0..1257f02 100644 --- a/tests/peakdetection.py +++ b/tests/test_peakdetection.py @@ -22,4 +22,3 @@ class TestPeakDetection(object): frame_size = 2048 hop_size = 512 max_peaks = 10 - diff --git a/tests/sms.py b/tests/test_sms.py index ca51f3f..ca51f3f 100644 --- a/tests/sms.py +++ b/tests/test_sms.py diff --git a/tests/sms_old.py b/tests/test_sms_old.py index 00e778d..7ed8724 100644 --- a/tests/sms_old.py +++ b/tests/test_sms_old.py @@ -122,16 +122,5 @@ class TestInit(unittest.TestCase): self.assert_(sms_allocFrameH(self.sms_header, self.data) == 0) delete_test_audio_file() -class TestAnalysis(unittest.TestCase): - pass -# sms_analyze: -# if called less than delay times should return 0 -# sms_fundDeviation -# sms_peakContinuation -# sms_cleanTracks -# sms_getWindow -# sms_residual -# sms_stocAnalysis - if __name__ == '__main__': - unittest.main()
\ No newline at end of file + unittest.main() diff --git a/tests/sndobj.py b/tests/test_sndobj.py index 527a9d7..527a9d7 100644 --- a/tests/sndobj.py +++ b/tests/test_sndobj.py |