Skip to content
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

CI broken #97

Closed
forman opened this issue May 28, 2024 · 0 comments · Fixed by #98
Closed

CI broken #97

forman opened this issue May 28, 2024 · 0 comments · Fixed by #98
Labels
bug Something isn't working

Comments

@forman
Copy link
Member

forman commented May 28, 2024

Describe the bug

CI tests currently fail presumably caused by dependency updates:

=========================== short test summary info ============================
FAILED tests/config/test_validate.py::ConfigValidateTest::test_validate_variable_fail - AssertionError: Regex pattern did not match.
 Regex: "Invalid configuration: 10 is not of type 'string' for variables.chl.dims.0"
 Input: "Invalid configuration: 30 is not of type 'string' for variables.chl.dims.2"
FAILED tests/test_xrencoding.py::XArrayEncodingTest::test_overlapping_chunks_in_data_and_encoding_raises - ValueError: Specified zarr chunks encoding['chunks']=(20,) for variable named 'v' would overlap multiple dask chunks ((10, 10, 10, 10, 10, 10, 10, 10, 10, 10),). Writing this array in parallel with dask could lead to corrupted data. Consider either rechunking using `chunk()`, deleting or modifying `encoding['chunks']`, or specify `safe_chunks=False`.
================= 2 failed, 215 passed, 122 warnings in 19.36s =================

To Reproduce

See https://github.com/bcdev/zappend/actions/runs/9269795967/job/25501354560#step:6:456

Python Environment

CI env, all supported Python versions

@forman forman added the bug Something isn't working label May 28, 2024
This was referenced May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant