- Timestamp:
- Nov 28, 2016, 5:19:32 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, sampler, yinfft+
- Children:
- 9e36acd
- Parents:
- bab8e3d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/py-cvec.c
rbab8e3d ra203d0e 148 148 if (length != vec->length) { 149 149 PyErr_Format (PyExc_ValueError, 150 "input array has length % ld, but cvec has length %d", length,150 "input array has length %" NPY_INTP_FMT ", but cvec has length %d", length, 151 151 vec->length); 152 152 return 1; … … 169 169 if (length != vec->length) { 170 170 PyErr_Format (PyExc_ValueError, 171 "input array has length % ld, but cvec has length %d", length,171 "input array has length %" NPY_INTP_FMT ", but cvec has length %d", length, 172 172 vec->length); 173 173 return 1;
Note: See TracChangeset
for help on using the changeset viewer.