projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
038852a
)
phasevoc.py: simplified class name
author
Paul Brossier
<piem@piem.org>
Wed, 7 Nov 2007 15:52:59 +0000
(16:52 +0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 7 Nov 2007 15:52:59 +0000
(16:52 +0100)
tests/python/phasevoc.py
patch
|
blob
|
history
diff --git
a/tests/python/phasevoc.py
b/tests/python/phasevoc.py
index bc1c75474751bc654dbd466a7dbf568cd513f067..72db90bcb63c4ae5458ec50e62a71579ab5d8696 100644
(file)
--- a/
tests/python/phasevoc.py
+++ b/
tests/python/phasevoc.py
@@
-8,7
+8,7
@@
channels = 2
precision = 6
-class
aubio_phasevoc_tes
t(unittest.TestCase):
+class
phasevoc_uni
t(unittest.TestCase):
def setUp(self):
self.o = new_aubio_pvoc(buf_size, hop_size, channels)