python/tests/test_sink.py: trigger sink bug
authorPaul Brossier <piem@piem.org>
Thu, 7 Mar 2013 21:50:03 +0000 (16:50 -0500)
committerPaul Brossier <piem@piem.org>
Thu, 7 Mar 2013 21:50:03 +0000 (16:50 -0500)
python/tests/test_sink.py

index 21723dedcb94a5f12923374562ee857e23aee32b..f0104d11ad5e28a0885c3a975225dbfbf12f45bb 100755 (executable)
@@ -22,7 +22,7 @@ class aubio_sink_test_case(TestCase):
                 total_frames = 0
                 while True:
                     vec, read = f()
-                    #print g(vec, read)
+                    g(vec, read)
                     total_frames += read
                     if read < f.hop_size: break
                 print "read", "%.2fs" % (total_frames / float(f.samplerate) ),