ref: 2e005cc0277be78531ea056b1be7e34c6169f1c0
parent: 7fd92ca36f0277efb6955d1ab53c74043e449437
author: Paul Brossier <piem@piem.org>
date: Fri Nov 2 23:07:49 EDT 2018
[tests] update numpy.testing import
--- a/python/tests/test_musicutils.py
+++ b/python/tests/test_musicutils.py
@@ -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