-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
MNT SLEP6 move common metadata routing test objects #26894
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
I know it is not from this PR changes, but we could fix the missing coverage line here: https://github.com/scikit-learn/scikit-learn/pull/26894/files#annotation_12870579022 |
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.
For the rest 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 @adrinjalali
Added a test for the registry @glemaitre |
Thanks @adrinjalali. LGTM. |
This moves common classes and functions for metadata routing to a separate file under tests. This PR does NOT introduce any new classes, it only removes some duplicates, renames some to make them coherent, and fixes the tests to use the new classes.
cc @thomasjpfan since had asked for such cleanups.
cc @OmarManzoor @glemaitre