-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: develop
Are you sure you want to change the base?
Test endianess support against zarr-python data types refactor #545
Conversation
Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
Co-authored-by: Ian Hunt-Isaak <ianhuntisaak@gmail.com>
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
@@ -91,7 +91,7 @@ upstream = [ | |||
'universal_pathlib @ git+https://github.com/fsspec/universal_pathlib', | |||
'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', |
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