8000 Merge pull request #7239 from madphysicist/patch-1 · numpy/numpy@db0304e · GitHub
[go: up one dir, main page]

Skip to content

Commit db0304e

Browse files
committed
Merge pull request #7239 from madphysicist/patch-1
DOC: Removed residual merge markup from previous commit
2 parents 47b6c2b + 92819d8 commit db0304e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

numpy/lib/nanfunctions.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -919,21 +919,15 @@ def nanpercentile(a, q, axis=None, out=None, overwrite_input=False,
919919
* nearest: ``i`` or ``j``, whichever is nearest.
920920
* midpoint: ``(i + j) / 2``.
921921
keepdims : bool, optional
922-
<<<<<<< 35b5f5be1ffffada84c8be207e7b8b196a58f786
923922
If this is set to True, the axes which are reduced are left in
924923
the result as dimensions with size one. With this option, the
925924
result will broadcast correctly against the original array `a`.
926-
=======
927-
If this is set to True, the axes which are reduced are left
928-
in the result as dimensions with size one. With this option,
929-
the result will broadcast correctly against the original `a`.
930925
931926
If this is anything but the default value it will be passed
932927
through (in the special case of an empty array) to the
933928
`mean` function of the underlying array. If the array is
934929
a sub-class and `mean` does not have the kwarg `keepdims` this
935930
will raise a RuntimeError.
936-
>>>>>>> BUG: many functions silently drop `keepdims` kwarg
937931
938932
Returns
939933
-------

0 commit comments

Comments
 (0)
0