shithub: aubio

Download patch

ref: 0d52f9251631048076fc72c0264221eecfb66ed2
parent: 01d56c19a04180430d8edf2b738e34bb11c8ae93
author: Paul Brossier <piem@piem.org>
date: Thu Nov 1 20:23:40 EDT 2018

[tests] remove warning filter

--- a/python/tests/test_filterbank_mel.py
+++ b/python/tests/test_filterbank_mel.py
@@ -5,9 +5,6 @@
 
 from aubio import cvec, filterbank, float_type
 
-import warnings
-warnings.filterwarnings('ignore', category=UserWarning, append=True)
-
 class aubio_filterbank_mel_test_case(TestCase):
 
     def test_slaney(self):