diff options
Diffstat (limited to 'numpy/lib/function_base.py')
-rw-r--r-- | numpy/lib/function_base.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 00f72acba..95ddcc757 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3942,8 +3942,6 @@ def _quantile_ureduce_func(a, q, axis=None, out=None, overwrite_input=False, n = np.array(False, dtype=bool) r = take(ap, indices, axis=0, out=out) - if out is not None: - r = out # workaround for gh-16276 else: # weight the points above and below the indices |