Changeset 992e0ff
- Timestamp:
- Nov 17, 2018, 12:35:22 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:
- 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. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_hztomel.py
r16f0c27 r992e0ff 16 16 assert_equal(hztomel(0.), 0.) 17 17 assert_almost_equal(hztomel(400. / 3.), 2., decimal=5) 18 assert_ equal(hztomel(1000. / 3), 5.)18 assert_almost_equal(hztomel(1000. / 3), 5.) 19 19 assert_equal(hztomel(200.), 3.) 20 20 assert_almost_equal(hztomel(1000.), 15)
Note: See TracChangeset
for help on using the changeset viewer.