Ignore:
Timestamp:
Oct 6, 2009, 2:49:53 AM (15 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/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
f826349
Parents:
998a8be
Message:

interfaces/python: add cvec and filter types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/test_aubio.py

    r998a8be r9b23eb31  
    11from numpy.testing import TestCase, run_module_suite
    2 from numpy.testing import assert_equal as numpy_assert_equal
     2from numpy.testing import assert_equal
    33from _aubio import *
    44from numpy import array
    55
    66AUBIO_DO_CASTING = 0
    7 
    8 def assert_equal(a, b):
    9   numpy_assert_equal(array(a),array(b))
    107
    118class aubiomodule_test_case(TestCase):
Note: See TracChangeset for help on using the changeset viewer.