You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/Users/dstansby/software/zarr/pydantic-zarr/.venv/lib/python3.12/site-packages/zarr/api/asynchronous.py:1015: RuntimeWarning: The `order` keyword argument has no effect for Zarr format 3 arrays. To control the memory layout of the array, either use the `config` keyword argument, as in `config={'order: 'C'}`,or change the global 'array.order' configuration variable.
_warn_order_kwarg()
But I'm creating a zarr format 2 array, so I don't think this should warn?
The text was updated successfully, but these errors were encountered:
warns
But I'm creating a zarr format 2 array, so I don't think this should warn?
The text was updated successfully, but these errors were encountered: