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 dask logistic regression segfault/hang due to wrongly typed variable #6281

Merged
merged 2 commits into from
Jan 31, 2025

Conversation

dantegd
Copy link
Member

@dantegd dantegd commented Jan 31, 2025

Closes #6247

A wrongly typed variable was causing dask workers to crash due to a segfault, this PR fixes it.

@dantegd dantegd added bug Something isn't working non-breaking Non-breaking change labels Jan 31, 2025
Copy link

copy-pr-bot bot commented Jan 31, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jan 31, 2025
@dantegd
Copy link
Member Author

dantegd commented Jan 31, 2025

/ok to test

@dantegd dantegd marked this pull request as ready for review January 31, 2025 18:37
@dantegd dantegd requested a review from a team as a code owner January 31, 2025 18:37
@dantegd dantegd requested review from teju85 and wphicks January 31, 2025 18:37
@dantegd
Copy link
Member Author

dantegd commented Jan 31, 2025

/merge

@rapids-bot rapids-bot bot merged commit 1bf83c6 into rapidsai:branch-25.02 Jan 31, 2025
69 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.

[BUG] pytest hang in dask Logistic Regression
2 participants