[NumPy-Tickets] [NumPy] #1988: min failure with dtype='O' on Python 3.1
NumPy Trac
numpy-tickets@scipy....
Fri Nov 25 16:36:49 CST 2011
#1988: min failure with dtype='O' on Python 3.1
--------------------+-------------------------------------------------------
Reporter: wesm | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 2.0.0
Component: Other | Version: 1.6.0
Keywords: |
--------------------+-------------------------------------------------------
This little fun bug came up when I was running my pandas test suite on
Python 3.1
arr = np.array([-0.05, 0, 0.04], dtype='O')
arr.min()
returns 0.04 on NumPy 1.6.1, Python 3.1.4. Will test on 3.2 also...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1988>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list