Changeset c9ca2608 for python/tests
- Timestamp:
- Sep 15, 2018, 5:34:21 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:
- 3aa60b2
- Parents:
- 3aac194 (diff), ad3770f (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. - Location:
- python/tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_dct.py
r3aac194 rc9ca2608 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.