-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
TST Extend tests for scipy.sparse/*array
in sklearn/utils/tests/test_testing
#27276
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
@Charlie-XIAO I am new to open source, Can you help me to fix the issue in #27275. |
scipy.sparse/*array
in sklearn/utils/tests/test_testing
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 @Charlie-XIAO. I think it doesn't hurt to have the checks for sparse arrays as well.
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 @Charlie-XIAO
Towards #27090.
I extended the
_convert_container
function a bit for the sparse arrays, please let me know if this is not necessary (in which case the tests for sparse arrays intest_convert_container
need to be removed).