[aubio_priv.h] only define AUBIO_DBG in debug mode
[aubio.git] / python / tests /
2018-12-23 Paul Brossier[tests] also capture expected source warnings in test_sink
2018-12-23 Paul Brossier[tests] check resampling a source raises a warning...
2018-12-23 Paul Brossier[tests] add parse_file_samplerate to fetch samplerate...
2018-12-21 Paul Brossier[tests] simplify test_source.py, skip if no test sounds
2018-12-21 Paul Brossier[tests] check reading source after close raises Runtime...
2018-12-19 Paul BrossierMerge branch 'feature/pytest' (closes #163)
2018-12-19 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-11 Paul BrossierMerge branch 'master' into feature/pytest
2018-12-03 Paul BrossierMerge branch 'fix/mfcc_params'
2018-12-03 Paul Brossier[tests] mfcc norm/scale with real values
2018-12-01 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-26 Paul Brossier[tests] run phase vocoder with hop_s = win_s
2018-11-26 Paul BrossierMerge branch 'fix/onset_nullptr' (thanks to @niugx)
2018-11-26 Paul BrossierMerge branch 'fix/bufoverflow_tempo' (thanks to @niugx)
2018-11-24 Paul Brossier[py] add tempo tests
2018-11-22 Paul Brossier[pytest] no relative import
2018-11-22 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-21 Paul Brossier[tests] use from .utils import, fixes build with pybuil...
2018-11-21 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[test] mfcc.set_mel_coeffs_slaney takes no parameter
2018-11-17 Paul Brossier[tests] improve onset coverage
2018-11-17 Paul Brossier[test] improve coverage of filters
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[tests] add tests for mfcc filterbank settings
2018-11-17 Paul Brossier[tests] capture hztomel warnings
2018-11-17 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-17 Paul Brossier[py] add tests for new filterbank methods
2018-11-17 Paul BrossierMerge branch 'master' into feature/melfilterbank
2018-11-17 Paul Brossier[test] pass checks in double precision, rename hztomel
2018-11-17 Paul Brossier[test] add meltohz tests
2018-11-16 Paul Brossier[test] add a test using sink and source to check channe...
2018-11-15 Paul BrossierMerge branch 'fix/oddfft' (closes #207)
2018-11-15 Paul Brossier[tests] check fft reconstruction for even size and...
2018-11-10 Paul Brossier[py] fb.set_triangle_bands does not warn for freqs...
2018-11-10 Paul Brossier[py] add assert_warns to filterbank.set_triangle_bands...
2018-11-10 Paul Brossier[py] remove duplicate tests
2018-11-10 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-09 Paul Brossier[tests] also test for duplicate values in set_triangle_...
2018-11-09 Paul Brossier[filterbank] improve unit tests
2018-11-09 Paul Brossier[tests] set_triangle_bands should when list starts...
2018-11-05 Paul BrossierMerge branch 'master' into feature/pytest
2018-11-03 Paul Brossier[tests] update numpy.testing import
2018-11-02 Paul Brossier[tests] use run_module_suite so tests can run when...
2018-11-02 Paul Brossier[tests] [py27] make sure all classes are old-school...
2018-11-02 Paul Brossier[tests] capture warnings from filterbank_mel, improve...
2018-11-02 Paul Brossier[tests] use pytest in parametrized tests
2018-11-02 Paul Brossier[tests] [win/osx] improve skipTest encoding errors...
2018-11-02 Paul Brossier[tests] [win] add missing import warnings
2018-11-02 Paul Brossier[py] remove nose2
2018-11-01 Paul Brossier[tests] remove warning filter
2018-11-01 Paul Brossier[tests] update _tools
2018-11-01 Paul Brossier[tests] default to pytest in mfcc
2018-11-01 Paul Brossier[tests] remove run_all_tests
2018-11-01 Paul Brossier[tests] update source tests
2018-11-01 Paul Brossier[tests] update sink tests
2018-11-01 Paul Brossier[tests] remove __init__.py, use absolute imports
2018-11-01 Paul Brossier[tests] use _tools in test_phasevoc
2018-11-01 Paul Brossier[tests] use _tools in test_note2midi
2018-11-01 Paul Brossier[tests] use _tools in test_midi2note
2018-11-01 Paul Brossier[tests] use _tools in test_mfcc
2018-11-01 Paul Brossier[tests] add checks.py, selects testing module
2018-11-01 Paul Brossier[tests] do not try re-opening temporary file on windows...
2018-11-01 Paul Brossier[tests] use np.loadtxt in utils
2018-11-01 Paul Brossier[tests] move unittest import to main
2018-11-01 Paul Brossier[tests] move imports to top except main
2018-11-01 Paul Brossier[tests] avoid some imports, move main to end
2018-11-01 Paul Brossier[tests] protect local variables to allow running with...
2018-11-01 Paul Brossier[tests] avoid some imports, add missing main
2018-10-31 Paul BrossierMerge branch 'fix/pyfvec'
2018-10-30 Paul BrossierMerge branch 'master' into feature/docstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/cdocstrings
2018-10-30 Paul BrossierMerge branch 'master' into feature/earlynoteoff
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-30 Paul Brossier[py] [test] expect a small rounding error when using...
2018-10-30 Paul BrossierMerge branch 'feature/note2freq'
2018-10-29 Paul Brossier[py] test note2freq
2018-10-29 Paul Brossier[py] [test] make sure freq2note rounds to nearest integ...
2018-10-29 Paul BrossierMerge branch 'feature/wrapavcodec'
2018-10-29 Paul BrossierMerge branch 'feature/wrap_py_mod'
2018-10-29 Paul BrossierMerge branch 'fix/wavetable'
2018-10-29 Paul BrossierMerge branch 'fix/slicing'
2018-10-29 Paul Brossier[py] [tests] start slice tests at 0
2018-10-29 Paul BrossierMerge branch 'fix/slaneyurl'
2018-10-29 Paul BrossierMerge branch 'fix/warn_old_avutil'
2018-10-29 Paul BrossierMerge branch 'fix/phasevoc'
2018-10-29 Paul BrossierMerge branch 'fix/py2cmd'
2018-10-29 Paul BrossierMerge branch 'fix/slicing' into feature/docstrings
2018-10-29 Paul Brossier[py] [slicing] add check_first=True to tests
2018-10-29 Paul Brossier[py] [slicing] add test for missing end of last region
2018-10-29 Paul Brossier[py] add test with slices shorter than hop_size
2018-10-27 Paul Brossier[cmd] wrap long lines in test
2018-10-04 Paul Brossierpython/tests/test_notes.py: test notes.set/get_release_drop
2018-09-17 Paul BrossierMerge branch 'jack-midi-buffer-fix' of https://github...
2018-09-15 Paul BrossierMerge branch 'master' into feature/fastmfcc
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt'
2018-09-15 Paul Brossierpython/tests/test_dct.py: reduce precision for dct...
2018-09-15 Paul BrossierMerge branch 'feature/dct_multiopt' into feature/fastmfcc
2018-09-15 Paul Brossierpython/tests/test_dct.py: use float_type
next