-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
TST Extend tests for scipy.sparse.*array
in sklearn/linear_model/tests/test_sag.py
#27206
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Tialo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @Tialo
Merging.
Take a glance at the comment which I mentioned in PR title message @glemaitre |
@glemaitre Yes, it says that those lines should be uncommented, as #4710 will be merged, so I thought maybe it is time. |
*not merged, but resolved |
We could open a PR and try to see if it pass. |
I will work on it tomorrow, if it is okay @glemaitre |
Whenever you fill like it :). You can ping my GitHub handle such that it falls under my radar. |
Reference Issues/PRs
Towards #27090.
What does this implement/fix? Explain your changes.
Any other comments?
I noticed some comments in code that should be undone when #4710 will be done.
https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/linear_model/tests/test_sag.py#L496