diff options
author | Maia Kaplan <maia.kaplan@mail.mcgill.ca> | 2020-11-29 15:29:37 -0800 |
---|---|---|
committer | Maia Kaplan <maia.kaplan@mail.mcgill.ca> | 2020-12-04 08:42:26 -0800 |
commit | b86408552e823a8d2cdc5db9c3a89560b3c462ab (patch) | |
tree | 253a0d6597a026bfdb682cb674841d9ea4112946 /numpy/typing/_array_like.py | |
parent | b88b2c0c19851810d4ee07f03a7734b6e19dbdaa (diff) | |
download | numpy-b86408552e823a8d2cdc5db9c3a89560b3c462ab.tar.gz |
BUG: np.arange: As only kwarg, allow `stop` and disallow `start`. (gh-17764)
* This matches args behaviour.
* Avoids `arange(start=4)` from returning a range from 0 to 4
* Allows `arange(stop=4)` to run without error, to return range from 0 to 4
Diffstat (limited to 'numpy/typing/_array_like.py')
0 files changed, 0 insertions, 0 deletions