-
Notifications
You must be signed in to change notification settings - Fork 26
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]: Append does not work for Zarr Arrays (and DatasetofReferences) #1125
Comments
@mavaylon1 can I ping you on this one? This is a blocking one currently for us! Thanks |
@alejoe91 today we merged the fix for hdmf-zarr. It's trickier for hdf5 so that's in development. Do you need a release or do you clone the repo? The PR is merged but not released. |
That's ok! I can install hdmf-zarr from source. Can you point me to the merged PR? |
@mavaylon1 still getting an error:
This is running the same code to reproduce the issue and using the |
@alejoe91 You are correct. Forgot to say there is a hdmf side ticket in the works. Since you are needing it right away, I can break the PR into two parts. Part 1 is just to support hdmf-zarr and Part 2 will be to support hdmf append references functionality. I will aim to get Part 1 merged today. |
@alejoe91 Waiting on the PR to be reviewed. Should be today. I ran the script above with the minor update and it works. I will let you know when it is merged. Let me know if you are running into issues. |
Thanks!! |
@mavaylon1 should this be fixed when installing hdmf from main? |
@alejoe91 This was included in the last release. Let me know if you are running into issues. |
What happened?
NeurodataWithoutBorders/pynwb#1905
Currently, there isn't a append conditional in append_data for Zarr Arrays. this also led to a question of do we support appending a "DatasetofReferences".
To reproduce, use the code here and not the one in pynwb.
Steps to Reproduce
Traceback
No response
Operating System
macOS
Python Executable
Conda
Python Version
3.12
Package Versions
No response
The text was updated successfully, but these errors were encountered: