Changes in / [22d7902:1301f66]


Ignore:
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.