diff options
author | John Glover <glover.john@gmail.com> | 2011-06-24 18:21:52 +0100 |
---|---|---|
committer | John Glover <glover.john@gmail.com> | 2011-06-24 18:21:52 +0100 |
commit | 0ecf55c21718ce97384f0c44d797549fce29db12 (patch) | |
tree | 3f70f0d82cbabd06b05b9427849bd4a5e224c004 /tests/debug.py | |
parent | 416bd737074a287ea47106c73ea6bcfde40a75a8 (diff) | |
download | simpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.gz simpl-0ecf55c21718ce97384f0c44d797549fce29db12.tar.bz2 simpl-0ecf55c21718ce97384f0c44d797549fce29db12.zip |
Update test file names
Diffstat (limited to 'tests/debug.py')
-rw-r--r-- | tests/debug.py | 1 |
1 files changed, 0 insertions, 1 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 - |