[Numpy-tickets] [NumPy] #840: SystemError in ndarray.resize, order= argument doesn't work
NumPy
numpy-tickets@scipy....
Thu Feb 5 06:59:21 CST 2009
#840: SystemError in ndarray.resize, order= argument doesn't work
--------------------+-------------------------------------------------------
Reporter: pv | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by ScottSinclair):
After some thought, I believe that since the 'order' keyword does not
work, it should simply be removed. The attached patch 'new.patch' achieves
this and resolves the test failure caused by 'patch01'. It has the added
benefit that the signature of the ndarray resize method now aligns more
closely with the numpy.resize function, which does not have an 'order'
argument.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/840#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