Skip to content

TST fix sklearn/linear_model/tests/test_quantile.py::test_sparse_input for Windows #26293

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

Merged
merged 1 commit into from
May 17, 2023

Conversation

rprkh
Copy link
Contributor

@rprkh rprkh commented Apr 28, 2023

Reference Issues/PRs

Fixes #25838

What does this implement/fix? Explain your changes.

Changes the upper bound from 0.55 to 0.57

Any other comments?

pytest sklearn/linear_model/tests/test_quantile.py::test_sparse_input now passes on Windows.

Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @rprkh ! From reading the issue, this looks okay to do. LGTM

@thomasjpfan thomasjpfan added Quick Review For PRs that are quick to review No Changelog Needed labels Apr 28, 2023
Copy link
Member

@jeremiedbb jeremiedbb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I can confirm that the test no longer fails on my setup.

@jeremiedbb jeremiedbb merged commit 55af30d into scikit-learn:main May 17, 2023
REDVM pushed a commit to REDVM/scikit-learn that referenced this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TST sklearn/linear_model/tests/test_quantile.py::test_sparse_input fails on local windows
3 participants