From 0d52f9251631048076fc72c0264221eecfb66ed2 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 2 Nov 2018 00:23:40 +0100 Subject: [PATCH] [tests] remove warning filter --- python/tests/test_filterbank_mel.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/tests/test_filterbank_mel.py b/python/tests/test_filterbank_mel.py index 81b9fd0e..47cb84d0 100755 --- a/python/tests/test_filterbank_mel.py +++ b/python/tests/test_filterbank_mel.py @@ -5,9 +5,6 @@ from numpy.testing import TestCase, assert_equal, assert_almost_equal 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): -- 2.11.0