Ignore:
Timestamp:
Nov 2, 2018, 10:09:36 PM (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:
7fd92ca
Parents:
67024ff
Message:

[tests] [py27] make sure all classes are old-school 'new-style'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_mfcc.py

    r67024ff r8607a74  
    1515new_deflts = [1024, 40, 13, 44100]
    1616
    17 class Test_aubio_mfcc:
     17class Test_aubio_mfcc(object):
    1818
    1919    members_args = 'name'
     
    7575
    7676
    77 class Test_aubio_mfcc_all_parameters:
     77class Test_aubio_mfcc_all_parameters(object):
    7878
    7979    run_values = [
Note: See TracChangeset for help on using the changeset viewer.