Skip to content
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 failures in the third-party integration tests #17490

Open
9 tasks
Matt711 opened this issue Dec 3, 2024 · 0 comments
Open
9 tasks

[BUG] Test failures in the third-party integration tests #17490

Matt711 opened this issue Dec 3, 2024 · 0 comments
Assignees
Labels
bug Something isn't working cudf.pandas Issues specific to cudf.pandas

Comments

@Matt711
Copy link
Contributor

Matt711 commented Dec 3, 2024

Describe the bug
Several tests are failing in the cudf.pandas third-party integration tests. Some of the failures are new and some may have always been there. I didn't catch this before because the tests would only pass or fail based on the last test suite (eg. test_numpy.py) that was executed. After we merge #17497, we should open PRs to fix each test module that's currently failing.

Steps/Code to reproduce bug
Look at CI jobs

Expected behavior
All checks should pass or xfail if necessary

  • test_holoviews.py
  • test_matplotlib.py
  • test_numpy.py
  • test_pytorch.py
  • test_seaborn.py
  • test_stumpy_distributed.py
  • test_tensorflow.py
  • test_xgboost.py
  • test_catboost.py
@Matt711 Matt711 added bug Something isn't working cudf.pandas Issues specific to cudf.pandas labels Dec 3, 2024
@Matt711 Matt711 self-assigned this Dec 3, 2024
raydouglass pushed a commit that referenced this issue Dec 4, 2024
Removes the third-party integration tests for the 24.12 nightly CI. We
need to do this to unblock CI. These tests have not been running
properly, and we just noticed that. There are more than a few failures
so we will have to resolve this in the next release. Future work is
tracked in #17490.
rapids-bot bot pushed a commit that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cudf.pandas Issues specific to cudf.pandas
Projects
Status: Todo
Development

No branches or pull requests

1 participant