Skip to content

Commit

Permalink
DOC: Removed residual merge markup from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
madphysicist committed Feb 13, 2016
1 parent 47b6c2b commit 92819d8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions numpy/lib/nanfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,21 +919,15 @@ def nanpercentile(a, q, axis=None, out=None, overwrite_input=False,
* nearest: ``i`` or ``j``, whichever is nearest.
* midpoint: ``(i + j) / 2``.
keepdims : bool, optional
<<<<<<< 35b5f5be1ffffada84c8be207e7b8b196a58f786
If this is set to True, the axes which are reduced are left in
the result as dimensions with size one. With this option, the
result will broadcast correctly against the original array `a`.
=======
If this is set to True, the axes which are reduced are left
in the result as dimensions with size one. With this option,
the result will broadcast correctly against the original `a`.
If this is anything but the default value it will be passed
through (in the special case of an empty array) to the
`mean` function of the underlying array. If the array is
a sub-class and `mean` does not have the kwarg `keepdims` this
will raise a RuntimeError.
>>>>>>> BUG: many functions silently drop `keepdims` kwarg
Returns
-------
Expand Down

0 comments on commit 92819d8

Please sign in to comment.