[NumPy-Tickets] [NumPy] #1745: Documentation of ndarray.clip is misleading
NumPy Trac
numpy-tickets@scipy....
Fri Apr 29 14:09:22 CDT 2011
#1745: Documentation of ndarray.clip is misleading
-------------------------+--------------------------------------------------
Reporter: rainwoodman | Owner: somebody
Type: defect | Status: needs_decision
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: 1.5.1
Keywords: |
-------------------------+--------------------------------------------------
Changes (by rgommers):
* status: new => needs_decision
Comment:
The method has "min" and "max" positional args (which can also be keyword
args, while the function has "a_min" and "a_max". This is odd, for
consistency I propose to change the function args to min/max.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1745#comment:3>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list