Changeset 1301f66


Ignore:
Timestamp:
Dec 19, 2018, 7:47:50 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
Children:
7a02ce9
Parents:
22d7902 (diff), 5f57ea9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feature/pitchshift' into feature/timestretch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_pitchshift.py

    r22d7902 r1301f66  
    22
    33from numpy.testing import TestCase
    4 from _tools import parametrize
     4from _tools import parametrize, skipTest
    55import numpy as np
    66import aubio
     
    8383            self.o = aubio.pitchshift(mode, pitchscale, hop_size, samplerate)
    8484        except RuntimeError as e:
    85             self.skipTest("failed creating pitchshift ({})".format(e))
     85            skipTest("failed creating pitchshift ({})".format(e))
    8686        test_length = self.o.hop_size * 50
    8787        read = 0
Note: See TracChangeset for help on using the changeset viewer.