-
-
Notifications
You must be signed in to change notification settings - Fork 364
Open
Description
This:
store = {"zarr.json": default_buffer_prototype().buffer.from_bytes(b'{"zarr_format": 3, "node_type": "group"})'}
Is worse than this:
store = {"zarr.json": b'{"zarr_format": 3, "node_type": "group"}'}
We could use the second option if we modeled the contents of stores with a protocol instead of a class like Buffer
. I think this would be a big win for usability.
Metadata
Metadata
Assignees
Labels
No labels