diff options
author | Kevin Sheppard <bashtage@users.noreply.github.com> | 2021-04-22 14:35:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 08:35:43 -0500 |
commit | 341316d5158477b06f877db60049b0995ab78128 (patch) | |
tree | 3cabe19b30eaed52551ba58a7dfa4945f688fda6 /numpy/array_api/_set_functions.py | |
parent | f048051926bdc1f145b4e6a9516b0ee55b5d1e8e (diff) | |
download | numpy-341316d5158477b06f877db60049b0995ab78128.tar.gz |
BUG: Prevent nan being used in percentile (gh-18831)
Reject NaN as a percentile/quantile value. Previously NaNs could pass the range check `0 <= q <= 1`.
closes #18830
Diffstat (limited to 'numpy/array_api/_set_functions.py')
0 files changed, 0 insertions, 0 deletions