diff options
author | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-18 15:17:14 +0200 |
---|---|---|
committer | Sebastian Berg <sebastianb@nvidia.com> | 2022-10-18 17:53:09 +0200 |
commit | 8750d042c9796f84da4118b19b08cd0c3954866b (patch) | |
tree | dbace717278e644896681d409d209109d60c7510 /numpy/array_api/_set_functions.py | |
parent | 6094eff95c19c433648593f3cb6bca489396f9ae (diff) | |
download | numpy-8750d042c9796f84da4118b19b08cd0c3954866b.tar.gz |
BUG: Fix boundschecking for `random.logseries`
Logseries previously did not enforce bounds to be strictly exclusive
for the upper bound, where it leads to incorrect behavior.
The NOT_NAN check is removed, since it was never used: The current bounded
version always excludes NaNs.
Diffstat (limited to 'numpy/array_api/_set_functions.py')
0 files changed, 0 insertions, 0 deletions