summaryrefslogtreecommitdiff
path: root/tests/signals.py
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 /tests/signals.py
parent416bd737074a287ea47106c73ea6bcfde40a75a8 (diff)
downloadsimpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.gz
simpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.bz2
simpl-0ecf55c21718ce97384f0c44d797549fce29db12.zip
Update test file names
Diffstat (limited to 'tests/signals.py')
-rw-r--r--tests/signals.py1
1 files changed, 0 insertions, 1 deletions
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
-