Changeset 2e005cc for python


Ignore:
Timestamp:
Nov 3, 2018, 3:07:49 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
a9e3bd0
Parents:
7fd92ca
Message:

[tests] update numpy.testing import

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_musicutils.py

    r7fd92ca r2e005cc  
    33import numpy as np
    44from numpy.testing import TestCase
    5 from numpy.testing.utils import assert_equal, assert_almost_equal
     5from numpy.testing import assert_equal, assert_almost_equal
    66from aubio import window, level_lin, db_spl, silence_detection, level_detection
    77from aubio import fvec, float_type
Note: See TracChangeset for help on using the changeset viewer.