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

Readd nyc_taxi_years_correlation.ipynb test #1421

Closed
wants to merge 1 commit into from

Conversation

jakirkham
Copy link
Member

Description

Previously the notebook tests were taking a long time to complete. Specifically nyc_taxi_years_correlation.ipynb was skipped in PR: #1407

However the root cause was later understood to be due to this change in cuDF (causing slow downs with Numba arrays): rapidsai/cudf#16277

Since then cuSpatial changed from Numba to CuPy arrays ( #1418 ), which resolves the issue in cuSpatial. Separately cuDF is including changes to fix the issue seen with Numba arrays ( rapidsai/cudf#16436 )

Given all these improvements, think we can add this notebook back to the tests

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@jakirkham jakirkham requested a review from a team as a code owner July 31, 2024 22:15
@jakirkham jakirkham requested a review from bdice July 31, 2024 22:15
@github-actions github-actions bot added the ci label Jul 31, 2024
@jakirkham jakirkham requested a review from jameslamb July 31, 2024 22:15
@jakirkham jakirkham added tests Relating to tests and test automation non-breaking Non-breaking change improvement Improvement / enhancement to an existing function and removed tests Relating to tests and test automation labels Jul 31, 2024
@jakirkham
Copy link
Member Author

Closing in favor of PR: #1422

@jakirkham jakirkham closed this Aug 1, 2024
@jakirkham jakirkham deleted the readd_nyc_nb_tst branch August 1, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant