-
Notifications
You must be signed in to change notification settings - Fork 6
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
[Bug]: NWBZarrIO appending #182
Comments
I'll take a look after Dev Days |
My initial concern was that the mode is changed somewhere along the line. However looking at the trace, I do not see anything where the mode changes. I checked with breakpoints and the mode stays as r+. I cloned a dev version of zarr to see if it is a zarr issue vs an issue on our end. |
I do believe the issue is consolidate metadata. I am running a check. |
@CodyCBakerPhD try doing this without consolidating metadata in write. It works.
Now looking at the zarr code, when we consolidate metadata, we use |
I will document this to be explicit within our codebase and not require people to dig through zarr |
@oruebel You added
I think we should have a condition that uses |
Agreed, I think we should just change the check to |
What happened?
Minimal example below
Basic operation that should have always worked and should have tests
Steps to Reproduce
Traceback
Operating System
Windows
Python Executable
Conda
Python Version
3.10
Package Versions
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: