Changeset 14aebce


Ignore:
Timestamp:
Sep 17, 2007, 11:56:31 AM (17 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:
c1656cf
Parents:
b12c438
Message:

all_tests.py, filterbank.py: add filterbank python unit test

Location:
python/test
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • python/test/all_tests.py

    rb12c438 r14aebce  
    99import unittest
    1010
    11 modules_to_test = ['aubiomodule', 'fvec', 'cvec']
     11modules_to_test = ['aubiomodule', 'fvec', 'cvec', 'filterbank']
    1212
    1313if __name__ == '__main__':
Note: See TracChangeset for help on using the changeset viewer.