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

Fix nightly jobs by updating hypothesis strategies to account for sklearn change #5925

Merged
merged 4 commits into from
Jun 13, 2024

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Jun 12, 2024

Nightly jobs are showing a failure from hypothesis having a strategy that calls sklearn make_regression with n_samples being zero, which is no longer supported. This PR fixes that.

@github-actions github-actions bot added Cython / Python Cython or Python issue ci labels Jun 12, 2024
@dantegd dantegd changed the title 2408 fix reghyp Fix nightly jobs by updating hypothesis strategies to account for sklearn change Jun 12, 2024
DBG undo change for PR CI jobs
@github-actions github-actions bot removed the ci label Jun 12, 2024
@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change labels Jun 12, 2024
@dantegd dantegd marked this pull request as ready for review June 13, 2024 15:42
@dantegd dantegd requested a review from a team as a code owner June 13, 2024 15:42
@dantegd
Copy link
Member Author

dantegd commented Jun 13, 2024

/merge

@rapids-bot rapids-bot bot merged commit 697a37c into rapidsai:branch-24.08 Jun 13, 2024
61 of 63 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants