You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There appears to be a regression from v0.17.x to v0.18.0 that was not resolved in v0.18.1 or v0.18.2 when indexing a zarr array with size-1 dimensions.
Steps to reproduce
The below works on zarr==2.17.0, breaks on zarr==2.18.1
Zarr version
v2.17.0, 2.18.x
Numcodecs version
v0.12.1
Python Version
3.10.0
Operating System
Linux/Mac
Installation
Using
pip3
in a venvDescription
There appears to be a regression from v0.17.x to v0.18.0 that was not resolved in v0.18.1 or v0.18.2 when indexing a zarr array with size-1 dimensions.
Steps to reproduce
The below works on
zarr==2.17.0
, breaks onzarr==2.18.1
Additional output
The error on 2.18.1 is:
ValueError: could not broadcast input array from shape (100,200,1) into shape (100,200)
The text was updated successfully, but these errors were encountered: