-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add a rountrip test for writing/reading a manually constructed virtual DataTree using Icechunk #97
Comments
This test should be the easiest to adapt for a roundtrip DataTree test - https://github.com/zarr-developers/VirtualiZarr/blob/4906477415e74346703e970fbd81fe7ec0e12e81/virtualizarr/tests/test_integration.py#L167-L220. We could remove the parameterization for now for simplicity, just using https://github.com/zarr-developers/VirtualiZarr/blob/4906477415e74346703e970fbd81fe7ec0e12e81/virtualizarr/tests/test_integration.py#L118-L130 should be able to stay the same if we add the following in https://github.com/zarr-developers/VirtualiZarr/blob/main/virtualizarr/accessor.py:
Then the bulk of the new functionality would fall under #91 |
zarr-developers/VirtualiZarr#244
The text was updated successfully, but these errors were encountered: