[NumPy-Tickets] [NumPy] #1368: numpy.ma sort method sorts in-place but dosctring says it returns a sorted copy
NumPy Trac
numpy-tickets@scipy....
Thu Jan 21 15:16:21 CST 2010
#1368: numpy.ma sort method sorts in-place but dosctring says it returns a sorted
copy
-----------------------+----------------------------------------------------
Reporter: bsulman | Owner: pierregm
Type: defect | Status: closed
Priority: normal | Milestone:
Component: numpy.ma | Version: 1.4.0
Resolution: fixed | Keywords: sort
-----------------------+----------------------------------------------------
Changes (by pierregm):
* status: new => closed
* resolution: => fixed
Comment:
Docstring updated in r8078.
Note that the behavior of the {{{.sort}}} '''method''' of a masked array
is still the same as the ndarray method: the array is sorted in place and
nothing is returned.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1368#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list