summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Glover <glover.john@gmail.com>2011-06-24 18:21:52 +0100
committerJohn Glover <glover.john@gmail.com>2011-06-24 18:21:52 +0100
commit0ecf55c21718ce97384f0c44d797549fce29db12 (patch)
tree3f70f0d82cbabd06b05b9427849bd4a5e224c004
parent416bd737074a287ea47106c73ea6bcfde40a75a8 (diff)
downloadsimpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.gz
simpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.bz2
simpl-0ecf55c21718ce97384f0c44d797549fce29db12.zip
Update test file names
-rw-r--r--tests/debug.py1
-rw-r--r--tests/signals.py1
-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