From eddef438696729d40092e3f8dfaf939b38ec8d5d Mon Sep 17 00:00:00 2001 From: Tobias Pitters Date: Wed, 27 May 2020 20:52:39 +0200 Subject: remove debug statements --- numpy/lib/function_base.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/function_base.py') diff --git a/numpy/lib/function_base.py b/numpy/lib/function_base.py index 8fb6ba6eb..03e4112d5 100644 --- a/numpy/lib/function_base.py +++ b/numpy/lib/function_base.py @@ -3959,7 +3959,6 @@ def _quantile_ureduce_func(a, q, axis=None, out=None, overwrite_input=False, else: # weight the points above and below the indices - #import pdb; pdb.set_trace() indices_below = not_scalar(floor(indices)).astype(intp) indices_above = not_scalar(indices_below + 1) -- cgit v1.2.1