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

Unpin dask when slicing bug is fixed #6264

Open
stephenworsley opened this issue Dec 17, 2024 · 1 comment
Open

Unpin dask when slicing bug is fixed #6264

stephenworsley opened this issue Dec 17, 2024 · 1 comment

Comments

@stephenworsley
Copy link
Contributor

stephenworsley commented Dec 17, 2024

📰 Custom Issue

Dask is currently pinned by the bug raised in #6251, see dask/dask#11614. This pin should be removed when there is a version of dask which fixes this.

@trexfeathers
Copy link
Contributor

Once un-pinned, we should stop skipping these two doctests, which are fixed by future releases of Dask:

>>> Resolve(cube1, cube2).shape # doctest: +SKIP
(240, 37, 49)
>>> Resolve(cube2, cube1).shape # doctest: +SKIP
(240, 37, 49)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants