-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
.to_zarr function zarr_store_kwargs not a parameter #12204
Copy link
Copy link
Closed
Labels
bugSomething is brokenSomething is broken
Description
Currently there is a warning being displayed when trying to pass additional keyword arguments for creating a zarr array.
Lines 4051 to 4057 in 08ecad3
| warnings.warn( | |
| "Passing storage-related arguments via **kwargs is deprecated. " | |
| "Please use the 'zarr_store_kwargs' parameter instead. **kwargs will be " | |
| "removed in a future version.", | |
| FutureWarning, | |
| stacklevel=2, | |
| ) |
There is no zarr_store_kwargs and I think it should be zarr_read_kwargs instead.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething is brokenSomething is broken