diff options
author | John Glover <j@johnglover.net> | 2012-03-08 17:48:52 +0000 |
---|---|---|
committer | John Glover <j@johnglover.net> | 2012-03-08 17:48:52 +0000 |
commit | 7e131d4272968afbc01e64965bd12f75241cd3cf (patch) | |
tree | 4f3d33ca8967f50b720d565bbd4e878113a33896 /tests/test_peakdetection.py | |
parent | b6f1c09101c08f34df34c0925beb8f3958e13d88 (diff) | |
download | simpl-7e131d4272968afbc01e64965bd12f75241cd3cf.tar.gz simpl-7e131d4272968afbc01e64965bd12f75241cd3cf.tar.bz2 simpl-7e131d4272968afbc01e64965bd12f75241cd3cf.zip |
[setup, tests] whitespace tidy up
Diffstat (limited to 'tests/test_peakdetection.py')
-rw-r--r-- | tests/test_peakdetection.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_peakdetection.py b/tests/test_peakdetection.py index d32423e..0cb24b2 100644 --- a/tests/test_peakdetection.py +++ b/tests/test_peakdetection.py @@ -2,6 +2,7 @@ import simpl import numpy as np from scipy.io.wavfile import read + class TestPeakDetection(object): frame_size = 2048 hop_size = 512 |