zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

should the default path for the `FsspecStore` be `"/"` or `""`

Open d-v-b opened this issue 3 months ago • 0 comments

The default path for FsspecStore is currently "/". I feel like this is less correct than the empty string "", and I suspect the leading "/" is removed internally by many of our path normalization routines.

d-v-b avatar Sep 18 '25 14:09 d-v-b