Changeset d45f527


Ignore:
Timestamp:
Sep 22, 2016, 10:55:53 PM (7 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:
bf1c0e43
Parents:
67537d7
Message:

python/tests/test_source.py: filter user warnings to avoid spamming the console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/tests/test_source.py

    r67537d7 rd45f527  
    66from aubio import source
    77from utils import list_all_sounds
     8
     9import warnings
     10warnings.filterwarnings('ignore', category=UserWarning, append=True)
    811
    912list_of_sounds = list_all_sounds('sounds')
Note: See TracChangeset for help on using the changeset viewer.