diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2020-03-31 17:58:15 +0100 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2020-03-31 20:48:06 +0100 |
commit | b88415edf288cff6ab89b19bb7f7ca55ec1e6ade (patch) | |
tree | f16c38708ba9bdf057b0932d5529a3f10654cdfa /numpy/core/numeric.py | |
parent | b570f73d39505926478fda1b1a496ac3e707d33d (diff) | |
download | numpy-b88415edf288cff6ab89b19bb7f7ca55ec1e6ade.tar.gz |
BUG: Do not ignore empty tuple of strides in ndarray.__new__
Previously this was treated as though an empty set of strides were passed.
Now this is treated as a request for `.strides == ()`.
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions