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

Incompatibility with dask 2024.11.2 #505

Closed
GaetanLepage opened this issue Nov 25, 2024 · 3 comments · Fixed by #506
Closed

Incompatibility with dask 2024.11.2 #505

GaetanLepage opened this issue Nov 25, 2024 · 3 comments · Fixed by #506

Comments

@GaetanLepage
Copy link

GaetanLepage commented Nov 25, 2024

Two tests suite currently fails with the latest version of dask (2024.11.2):

=========================== short test summary info ============================
FAILED eliot/tests/test_dask.py::DaskTests::test_persist_pandas - AttributeError: 'HighLevelGraph' object has no attribute 'clear'
FAILED eliot/tests/test_dask.py::AddLoggingTests::test_add_logging_to_full_graph - AttributeError: 'HighLevelGraph' object has no attribute 'clear'
========== 2 failed, 479 passed, 16 skipped, 5086 warnings in 50.74s ===========
@GaetanLepage GaetanLepage changed the title Incompatibility with dask 0.11.2 Incompatibility with dask 2024.11.2 Nov 25, 2024
@itamarst
Copy link
Owner

Thanks for the bug report, I'll take a look.

@itamarst
Copy link
Owner

I just released 1.16.0 which should fix it. Let me know if you encounter any other issues.

@GaetanLepage
Copy link
Author

Indeed, it works great. Thanks for the quick fix !

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

Successfully merging a pull request may close this issue.

2 participants