-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
test_from_dict_backends
failure on gpuCI
#9676
Comments
From skimming the above traceback and some relevant parts of |
I'm looking into it. |
Thanks for raising this issue @jrbourbeau . @galipremsagar - It looks like we are missing the constructor kwarg here (my fault for missing this earlier). |
Agree @jrbourbeau . I think we should add a try/except in the |
@rjzamora Would want to open a PR with |
+1 for more informative error messages
Sweet, thanks @galipremsagar FWIW I'm not viewing this as a blocker for the |
Yeah, totally agree that this is not a dask blocker. Thanks for confirming! |
This PR fixes a failure being observed in `dask` upstream: dask/dask#9676 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Richard (Rick) Zamora (https://github.com/rjzamora)
This issue should now be resolved in cudf. Thanks @galipremsagar for fixing and @jrbourbeau for surfacing! |
See #9675 (review)
cc @rjzamora @galipremsagar @charlesbluca
The text was updated successfully, but these errors were encountered: