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
Environment details (please complete the following information):
Using the latest cudf 24.10 nightlies.
This does not appear to be limited to a specific subset of Python version, CPU architecture, or CUDA version.
It affects both wheel and conda packages.
jameslamb
changed the title
[BUG]
[BUG] cudf Series code failing: "TypeError: use cudf.Series"
Aug 8, 2024
jameslamb
changed the title
[BUG] cudf Series code failing: "TypeError: use cudf.Series"
[BUG] cudf Series code failing: "TypeError: use cudf.Series._from_data"
Aug 8, 2024
Describe the bug
On 24.10, a few dozen tests are failing like this:
Observed this in CI that wasn't touching any Python code (e.g. #6012).
Steps/Code to reproduce bug
CI from #6012: (build link)
Expected behavior
N/A
Environment details (please complete the following information):
Using the latest
cudf
24.10 nightlies.This does not appear to be limited to a specific subset of Python version, CPU architecture, or CUDA version.
It affects both wheel and conda packages.
Additional context
I believe this is the same root cause as rapidsai/cuspatial#1433.
Specifically,
cuml
needs to adapt to these changes: rapidsai/cudf#16454For reference, here's how @mroeschke is approaching this in
cuspatial
: rapidsai/cuspatial#1434The text was updated successfully, but these errors were encountered: