zarr-developers / zarr-python

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

Handle Path in `make_store_path` #1992

Closed tomwhite closed 2 weeks ago

tomwhite commented 2 weeks ago

Fixes #1975.

I haven't added unit tests yet as I wasn't sure where the best place for this one would be - any suggestions?

TODO:

d-v-b commented 2 weeks ago

I recommend putting these tests in tests/v3/test_store/test_core.py

d-v-b commented 2 weeks ago

thanks @tomwhite!