Changeset d050d02


Ignore:
Timestamp:
Nov 26, 2018, 5:09:08 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/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
e680926, e744416
Parents:
63c5015
Message:

[tests] do not test dct with wrong sizes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/spectral/test-dct.c

    r63c5015 rd050d02  
    1919
    2020  if ((tmp = new_aubio_dct(1)) == 0) return 1;
    21   aubio_dct_do(tmp, dctout, out);
    22   aubio_dct_rdo(tmp, dctout, out);
     21  //aubio_dct_do(tmp, dctout, out);
     22  //aubio_dct_rdo(tmp, dctout, out);
    2323  del_aubio_dct(tmp);
    2424
Note: See TracChangeset for help on using the changeset viewer.