Closed
Description
Zarr version
v3
Numcodecs version
na
Python Version
na
Operating System
na
Installation
na
Description
The signature for AsyncGroup.create_array
differs from Group.create_array
.
Async:
async def create_array(
self,
path: str,
shape: ChunkCoords,
and sync
def create_array(
self,
name: str,
*,
shape: ChunkCoords,
Steps to reproduce
n/a
Additional output
Do we want these to match in general? If so, it might be worth writing a simple pre-commit hook to check that the signatures match between the two objects.
And in this specific case, is path
or name
correct?
Metadata
Metadata
Assignees
Type
Projects
Status
Done