[Numpy-tickets] [NumPy] #269: scipy.take does not function correctly
NumPy
numpy-tickets at scipy.net
Tue Aug 29 11:22:13 CDT 2006
#269: scipy.take does not function correctly
--------------------+-------------------------------------------------------
Reporter: kantor | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone:
Component: Other | Version:
Severity: normal | Resolution: fixed
Keywords: |
--------------------+-------------------------------------------------------
Changes (by oliphant):
* status: new => closed
* resolution: => fixed
Comment:
You neglected to say which versions of both packages were involved. I'm
pretty sure the problem is with the default axis being changed in the
numpy take function from 0 to None.
I've altered the code in scipy to explicitly state the axis argument to
the take function (the other alternative is to use the take function from
numpy.oldnumeric.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/269>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list