-
Notifications
You must be signed in to change notification settings - Fork 1
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
Write to Zarr store using h5py-like interface #28
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Just to clarify, if I understand this correctly, lindi/examples/example_create_zarr_nwb.py Lines 16 to 20 in 0f6814a
|
@oruebel Yes that's right. |
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
The suggested changes around |
I did not do heavy testing of this PR, but I read through it all, and as far as I can tell, it makes sense and looks good. Nicely done! HDMF supports a lot of weird edge cases. I'll see if I can think up more tests to what you already have here. |
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Co-authored-by: Ryan Ly <[email protected]>
Thanks Ryan! |
This PR adds support for writing to Zarr stores using the h5py-like interface.
See https://github.com/NeurodataWithoutBorders/lindi/blob/write/tests/test_zarr_write.py
and
https://github.com/NeurodataWithoutBorders/lindi/blob/write/examples/example_create_zarr_nwb.py