-
Notifications
You must be signed in to change notification settings - Fork 49
Test endianess support against zarr-python data types refactor #545
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
Test endianess support against zarr-python data types refactor #545
Conversation
Co-authored-by: Ian Hunt-Isaak <[email protected]>
Co-authored-by: Ian Hunt-Isaak <[email protected]>
This is still using the wrong installed version 😞 We would appreciate you help with this @maxrjones |
yeah the proper version is installed for the upstream tests (removing and adding |
might be worth trying the upstream tests out locally because it looks like the CI's hanging |
…/TomNicholas/VirtualiZarr into zarr-python-v3-endianess-support
for more information, see https://pre-commit.ci
pyproject.toml
Outdated
'numcodecs @ git+https://github.com/zarr-developers/numcodecs', | ||
'ujson @ git+https://github.com/ultrajson/ultrajson', | ||
'zarr @ git+https://github.com/zarr-developers/zarr-python', | ||
'zarr @ git+https://github.com/ianhi/zarr-python@feat/fixed-length-strings', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'zarr @ git+https://github.com/ianhi/zarr-python@feat/fixed-length-strings', | |
'zarr @ git+https://github.com/d-v-b/zarr-python@feat/fixed-length-strings', |
…into zarr-python-v3-endianess-support
Now that zarr-developers/zarr-python#2874 was merged upstream our normal upstream tests should be able to run against the updated zarr-python. However I messed this PR up by merging from |
This PR is for testing support for @d-v-b's unmerged zarr data types refactor in zarr-developers/zarr-python#2874. Particularly we care about supporting big-endian data.
docs/releases.rst
api.rst