You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
cuDF 22.08 raises an UnboundLocalError without much helpful context when attempting to compute certain operators like __pow__ or __floordiv__ on decimal columns.
Expected behavior
Either the operation will be computed successfully OR a helpful/informative error message is shown. The UnboundLocalError is indicative of a bug in the cuDF Python code but not necessarily an indication of whether libcudf can perform the requested computation.
Environment overview (please complete the following information)
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
Describe the bug
cuDF 22.08 raises an
UnboundLocalError
without much helpful context when attempting to compute certain operators like__pow__
or__floordiv__
on decimal columns.Steps/Code to reproduce bug
Expected behavior
Either the operation will be computed successfully OR a helpful/informative error message is shown. The
UnboundLocalError
is indicative of a bug in the cuDF Python code but not necessarily an indication of whether libcudf can perform the requested computation.Environment overview (please complete the following information)
Additional context
Discovered as part of #10178.
The text was updated successfully, but these errors were encountered: