Changeset 3cb2a52 for python/tests
- Timestamp:
- Sep 15, 2018, 4:54:18 PM (6 years ago)
- 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:
- ad3770f
- Parents:
- 8b69453
- git-author:
- Paul Brossier <piem@piem.org> (09/15/18 16:50:43)
- git-committer:
- Paul Brossier <piem@piem.org> (09/15/18 16:54:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_dct.py
r8b69453 r3cb2a52 32 32 a_in = np.arange(8).astype(aubio.float_type) 33 33 a_expected = aubio.fvec(precomputed_arange) 34 assert_almost_equal(a_dct(a_in), a_expected, decimal= 6)34 assert_almost_equal(a_dct(a_in), a_expected, decimal=5) 35 35 36 36 def test_some_ones(self):
Note: See TracChangeset
for help on using the changeset viewer.