zarr-developers / zarr-python

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

use as_posix correctly for str and for listdir #2467

Closed d-v-b closed 2 weeks ago

d-v-b commented 2 weeks ago

Fixes a bug in LocalStore.list_dir caused by not using a posixpath representation when removing the prefix in list_dir. This was only apparent on windows, I also turned on Windows tests.

dstansby commented 2 weeks ago

Fixes https://github.com/zarr-developers/zarr-python/issues/2438 I think?

jhamman commented 2 weeks ago

Whoop!!! 🙌