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
Zarr Python 2.x accepted FSMap for a store input, whereas Zarr Python 3.x currently does not. We could either modify our code to explicitly pass a fsspec FileSystem, contribute an upstream convenience feature, or both. I would suggest both since a convenience layer would help a lot of people and it's also better to be explicit about using async file systems.
The text was updated successfully, but these errors were encountered:
Zarr Python 2.x accepted FSMap for a store input, whereas Zarr Python 3.x currently does not. We could either modify our code to explicitly pass a fsspec FileSystem, contribute an upstream convenience feature, or both. I would suggest both since a convenience layer would help a lot of people and it's also better to be explicit about using async file systems.
The text was updated successfully, but these errors were encountered: