-
-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Saving and re-opening a v2 array does not report (or save) correct memory order #2950
Comments
iirc this is because we made order part of the runtime configuration, due to |
It's part of the v2 metadata though, so shouldn't this be persisted and read in with the array itself (for zarr format 2)? |
if you inspect the |
Nope, |
:( that's bad! we definitely need to fix this! |
i can get to this in the next few days unless someone does it first |
this explanation is actually very wrong -- we are already using the array-specific config. the underlying issue, addressed in #2951, is a simple bug in our implementation. |
I would expect the memory order to be persisted and the same when I re-open the array.
The text was updated successfully, but these errors were encountered: