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_phasevoc.py

    r67024ff r8607a74  
    1818    return np.random.rand(hop_s).astype(float_type) * 2. - 1.
    1919
    20 class Test_aubio_pvoc_test_case:
     20class Test_aubio_pvoc_test_case(object):
    2121    """ pvoc object test case """
    2222
Note: See TracChangeset for help on using the changeset viewer.