zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.44k stars 272 forks source link

Fixes bug in transpose #1949

Closed normanrz closed 2 months ago

normanrz commented 2 months ago

@zoj613 reported a bug with the transpose codec in zarrita. This PR ports the fix over to zarr-python-

normanrz commented 2 months ago

Thanks to @brokkoli71 for the fix in zarrita!