Changeset 9530365
- Timestamp:
- Jul 12, 2016, 9:08:06 PM (8 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 5f852c1
- Parents:
- c395732
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/tests/test_specdesc.py
rc395732 r9530365 127 127 def test_spread(self): 128 128 o = specdesc("spread") 129 c = cvec( 2048)129 c = cvec(1024) 130 130 ramp = arange(c.length, dtype=float_type) 131 131 assert_equal( 0., o(c))
Note: See TracChangeset
for help on using the changeset viewer.