[Numpy-tickets] [NumPy] #427: numpy.random.permutation cannot handle numpy integer scalars
NumPy
numpy-tickets at scipy.net
Sat Jan 20 14:35:39 CST 2007
#427: numpy.random.permutation cannot handle numpy integer scalars
--------------------------+-------------------------------------------------
Reporter: rkern | Owner: rkern
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.2 Release
Component: numpy.random | Version: devel
Severity: normal | Resolution: fixed
Keywords: |
--------------------------+-------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
Fixed. We are not checking for __index__ at this point, but we could.
This would work for Python 2.3 and 2.4 as well.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/427#comment:1>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list