[NumPy-Tickets] [NumPy] #1490: searchsorted does not work properly for non-native endianness
NumPy Trac
numpy-tickets@scipy....
Sat Jan 8 00:15:28 CST 2011
#1490: searchsorted does not work properly for non-native endianness
------------------------+---------------------------------------------------
Reporter: briangerke | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 2.0.0
Component: Other | Version:
Keywords: |
------------------------+---------------------------------------------------
Comment(by jpeel):
Added tests of searched with both little endian and big endian arrays.
This is the simplest test case that I could think of. The problem first
becomes apparent with the number 128. I couldn't think of a way to get the
native endianness, so I just put in tests for both kinds.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1490#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list