Changeset 3865924 for python


Ignore:
Timestamp:
May 14, 2016, 5:24:21 AM (8 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:
a2ab20a
Parents:
36e8956
Message:

python/tests/test_filterbank.py: raise a ValueError?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_filterbank.py

    r36e8956 r3865924  
    6868
    6969    def test_negative_filters(self):
    70         self.assertRaises(RuntimeError, filterbank, -40, 1024)
     70        self.assertRaises(ValueError, filterbank, -40, 1024)
    7171
    7272    def test_filterbank_long_cvec(self):
Note: See TracChangeset for help on using the changeset viewer.