Changeset 992e0ff


Ignore:
Timestamp:
Nov 17, 2018, 12:35:22 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:
0316feb
Parents:
16f0c27 (diff), 0d07a2a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/melfilterbank

File:
1 moved

Legend:

Unmodified
Added
Removed
  • python/tests/test_hztomel.py

    r16f0c27 r992e0ff  
    1616        assert_equal(hztomel(0.), 0.)
    1717        assert_almost_equal(hztomel(400. / 3.), 2., decimal=5)
    18         assert_equal(hztomel(1000. / 3), 5.)
     18        assert_almost_equal(hztomel(1000. / 3), 5.)
    1919        assert_equal(hztomel(200.), 3.)
    2020        assert_almost_equal(hztomel(1000.), 15)
Note: See TracChangeset for help on using the changeset viewer.