Ignore:
Timestamp:
Nov 2, 2018, 8:34:17 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:
8607a74
Parents:
5af36fa
Message:

[tests] capture warnings from filterbank_mel, improve coverage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_source.py

    r5af36fa r67024ff  
    7070        if 'f_' in soundfile and samplerate == 0:
    7171            import re
    72             f = re.compile('.*_\([0:9]*f\)_.*')
     72            f = re.compile(r'.*_\([0:9]*f\)_.*')
    7373            match_f = re.findall('([0-9]*)f_', soundfile)
    7474            if len(match_f) == 1:
Note: See TracChangeset for help on using the changeset viewer.