summaryrefslogtreecommitdiff
path: root/numpy/core/arrayprint.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-01-16 15:28:14 -0700
committerCharles Harris <charlesr.harris@gmail.com>2018-01-16 15:28:14 -0700
commite32fa9448e967016756c113864854ed38ba2d958 (patch)
treeee9cdeb760e08841e572a8a1e9dff2b1a9968ffd /numpy/core/arrayprint.py
parenta6705ebf502504465047faee75fced6280a1231f (diff)
downloadnumpy-e32fa9448e967016756c113864854ed38ba2d958.tar.gz
MAINT: Fix sign-compare warnings in umath_linalg.
The sign-compare warning is enabled for python 3.5+ builds and the warnings have been causing wheel build failures on travis ci. The replacements here of `size_t` and `ptrdiff_t` by `npy_intp` should be safe given that the sizes of numpy arrays in bytes are specified by those types. A bigger problem is that most BLAS libraries are compiled with smaller integer types. I don't know where that is checked, or even if it is checked.
Diffstat (limited to 'numpy/core/arrayprint.py')
0 files changed, 0 insertions, 0 deletions