[tests] update numpy.testing import
authorPaul Brossier <piem@piem.org>
Sat, 3 Nov 2018 02:07:49 +0000 (03:07 +0100)
committerPaul Brossier <piem@piem.org>
Sat, 3 Nov 2018 02:07:49 +0000 (03:07 +0100)
python/tests/test_musicutils.py

index 04c691f..eaa774f 100755 (executable)
@@ -2,7 +2,7 @@
 
 import numpy as np
 from numpy.testing import TestCase
-from numpy.testing.utils import assert_equal, assert_almost_equal
+from numpy.testing import assert_equal, assert_almost_equal
 from aubio import window, level_lin, db_spl, silence_detection, level_detection
 from aubio import fvec, float_type