[Numpy-tickets] [NumPy] #424: stable argsort() and sort() behave differently on 2-column uint64 arrays. possibly a bug in argsort() or sort() .
NumPy
numpy-tickets@scipy....
Sun Apr 1 17:48:59 CDT 2007
#424: stable argsort() and sort() behave differently on 2-column uint64 arrays.
possibly a bug in argsort() or sort() .
------------------------+---------------------------------------------------
Reporter: ciro | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 1.0.2 Release
Component: numpy.core | Version: 1.0.1
Severity: major | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Comment (by charris):
The difference is always 2251799813685248, i.e, 2**51. It looks like what
is going on is that copy is going through a double.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/424#comment:3>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list