-
Notifications
You must be signed in to change notification settings - Fork 156
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]: test_intersections tests failing on 24.08 #1395
Labels
bug
Something isn't working
Comments
With no investigation, just based on the fact that we're seeing an Index where a Series was expected, I'm going to guess that this is rapidsai/cudf#15833 @mroeschke |
3 tasks
Oops sorry opened #1398 to address this |
rapids-bot bot
pushed a commit
that referenced
this issue
Jun 7, 2024
closes #1395 `pairwise_linestring_intersection`, tested in this file, returns a `cudf.Column` for one of it's arguments and used `to_pandas` to test it's output. in 24.08, the output of `Column.to_pandas` was changed to a `pandas.Index` instead of a `pandas.Series` so modified the test accordingly Authors: - Matthew Roeschke (https://github.com/mroeschke) Approvers: - Mark Harris (https://github.com/harrism) - Paul Taylor (https://github.com/trxcllnt) - Michael Wang (https://github.com/isVoid) URL: #1398
Thanks very much @mroeschke ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
24.08
On which installation method(s) does this occur?
No response
Describe the issue
I'm seeing these tests fail across PRs targeting
branch-24.08
:Minimum reproducible example
Observed this in the following PRs:
ref: #1393 (comment)
Relevant log output
No response
Environment details
In those failing PRs, I see these relevant versions:
I see the failures across all combinations of Python version, CUDA version, and architecture... and for both wheels and conda packages.
(example build logs)
Other/Misc.
No response
The text was updated successfully, but these errors were encountered: