Changeset 6091189 for python/tests/test_phasevoc.py
- Timestamp:
- Nov 26, 2018, 12:00:38 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:
- 6124059
- Parents:
- 099776d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_phasevoc.py
r099776d r6091189 56 56 + 'This is expected when using fftw3 on powerpc.') 57 57 assert_equal ( r, 0.) 58 59 def test_no_overlap(self): 60 win_s, hop_s = 1024, 1024 61 f = pvoc (win_s, hop_s) 62 t = fvec (hop_s) 63 for _ in range(4): 64 s = f(t) 65 r = f.rdo(s) 66 assert_equal ( t, 0.) 58 67 59 68 @params(
Note: See TracChangeset
for help on using the changeset viewer.