summaryrefslogtreecommitdiff
path: root/tests/test_sndobj.py
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-03-08 17:48:52 +0000
committerJohn Glover <j@johnglover.net>2012-03-08 17:48:52 +0000
commit7e131d4272968afbc01e64965bd12f75241cd3cf (patch)
tree4f3d33ca8967f50b720d565bbd4e878113a33896 /tests/test_sndobj.py
parentb6f1c09101c08f34df34c0925beb8f3958e13d88 (diff)
downloadsimpl-7e131d4272968afbc01e64965bd12f75241cd3cf.tar.gz
simpl-7e131d4272968afbc01e64965bd12f75241cd3cf.tar.bz2
simpl-7e131d4272968afbc01e64965bd12f75241cd3cf.zip
[setup, tests] whitespace tidy up
Diffstat (limited to 'tests/test_sndobj.py')
-rw-r--r--tests/test_sndobj.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_sndobj.py b/tests/test_sndobj.py
index befcdb2..2a27930 100644
--- a/tests/test_sndobj.py
+++ b/tests/test_sndobj.py
@@ -5,7 +5,8 @@ from simpl import pysndobj
from scipy.io.wavfile import read
import numpy as np
-FLOAT_PRECISION = 2 # number of decimal places to check for accuracy
+FLOAT_PRECISION = 2 # number of decimal places to check for accuracy
+
class TestSimplSndObj(unittest.TestCase):
def setUp(self):