We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2024.12
This will be temporarily solved by #6255, but we will be unable to unpin again until this problem is solved.
Test failures:
test_pickle.py
TypeError: a class that defines __slots__ without defining __getstate__ cannot be pickled
0
1
2
test__interpret_field.py::Test__interpret_fields__land_packed_fields::test_landsea_unpacking_uses_dask
TypeError: 'Task' object is not subscriptable
Steps to reproduce the behaviour:
dask-core
iris/requirements/py312.yml
conda create -n tmp-dask --file iris/requirements/py312.yml
conda install "dask<2024.12"
All tests should pass
python -c "import iris; print(iris.__version__)"
See above for environments. Experienced with the Iris main branch.
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Bug Report
This will be temporarily solved by #6255, but we will be unable to unpin again until this problem is solved.
Test failures:
test_pickle.py
:TypeError: a class that defines __slots__ without defining __getstate__ cannot be pickled
0
and1
(but not2
)test__interpret_field.py::Test__interpret_fields__land_packed_fields::test_landsea_unpacking_uses_dask
:TypeError: 'Task' object is not subscriptable
How To Reproduce
Steps to reproduce the behaviour:
dask-core
maximum pins iniris/requirements/py312.yml
conda create -n tmp-dask --file iris/requirements/py312.yml
conda install "dask<2024.12"
Expected behaviour
All tests should pass
Environment
python -c "import iris; print(iris.__version__)"
]See above for environments. Experienced with the Iris
main
branch.The text was updated successfully, but these errors were encountered: