-
Notifications
You must be signed in to change notification settings - Fork 902
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
[REVIEW] Update dask make_meta changes to be compatible with dask upstream #8426
[REVIEW] Update dask make_meta changes to be compatible with dask upstream #8426
Conversation
rerun tests |
@gpucibot merge |
rerun tests |
Think we need to merge PR ( rapidsai/dask-cuda#637 ) first for CI to pass Edit: IOW we have a catch 22 |
rerun tests (dask-cuda packages are up) |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8426 +/- ##
===============================================
Coverage ? 82.83%
===============================================
Files ? 109
Lines ? 17901
Branches ? 0
===============================================
Hits ? 14828
Misses ? 3073
Partials ? 0 Continue to review full report at Codecov.
|
This PR updates the
make_meta
dispatch renaming to be compatible and back-ward compatible with latest dask and older versions of dask respectively.This PR needs upstream dask changes: dask/dask#7743