-
-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Labels
enhancementNew features or improvementsNew features or improvements
Description
Zarr version
3.0.0.beta
Numcodecs version
0.13
Python Version
3.11
Operating System
Mac
Installation
pip
Description
We have not implemented zarr.copy
, zarr.copy_all
, or zarr.copy_store
yet.
Steps to reproduce
zarr-python/src/zarr/api/asynchronous.py
Lines 199 to 208 in 5f3a512
async def copy(*args: Any, **kwargs: Any) -> tuple[int, int, int]: | |
raise NotImplementedError | |
async def copy_all(*args: Any, **kwargs: Any) -> tuple[int, int, int]: | |
raise NotImplementedError | |
async def copy_store(*args: Any, **kwargs: Any) -> tuple[int, int, int]: | |
raise NotImplementedError |
Additional output
No response
JMdoubleU
Metadata
Metadata
Assignees
Labels
enhancementNew features or improvementsNew features or improvements
Type
Projects
Status
Todo