[NumPy-Tickets] [NumPy] #1719: Array compare function might not work for two byteswapped elements.
NumPy Trac
numpy-tickets@scipy....
Sun Jan 23 15:01:48 CST 2011
#1719: Array compare function might not work for two byteswapped elements.
---------------------+------------------------------------------------------
Reporter: charris | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.5.0
Keywords: |
---------------------+------------------------------------------------------
From ticket #1490 concerning searchsorted. Searchsorted uses the compare
function from the key array and it seems to fail when both the searched
array and the key array are byteswapped.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1719>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list