-
Notifications
You must be signed in to change notification settings - Fork 919
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
[BUG] apply_grouped broken in 23.04 #13303
Comments
Instead of a zip file can you instead inline the code and data in the comments or host on gist.github.com ? |
updated |
Thank you for reporting, @meprem - could you please also provide the error and stack trace you see when you run the provided code snippet? When I try to run that code, it works, so I'm not sure where to start debugging. |
Env file:
Stacktrace:
numba is causing problem but need it for nvtabular. thanks. |
What version of numba is being used here? |
It is probably 0.57.0 - the last line of the traceback:
matches that line in 0.57.0: However with 0.56.0 line 339 is something else: @meprem Can you try switching to Numba 0.56.4 please? |
I'm guessing that Graham's diagnosis above was correct. With the latest version of cudf, which supports newer versions of numba, I cannot reproduce this issue:
|
Describe the bug
apply_grouped is broken in 23.04
Steps/Code to reproduce bug
Follow this guide http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports to craft a minimal bug report. This helps us reproduce the issue you're having and resolve the issue more quickly.
I can reproduce the bug with code here: https://docs.rapids.ai/api/cudf/stable/user_guide/guide-to-udfs/
I am attaching conda env file and notebook to reproduce the bug.
apply_grouped_bug.zip
Expected behavior
A clear and concise description of what you expected to happen.
The code from the documentation should run: https://docs.rapids.ai/api/cudf/stable/user_guide/guide-to-udfs/
Please note I use similar code in production that used to work in the previous version.
Environment overview (please complete the following information)
docker pull
&docker run
commands usedI am attaching conda env file.
Environment details
Please run and paste the output of the
cudf/print_env.sh
script here, to gather any other relevant environment detailsI am using p3dn.24xlarge AWS machine.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: