-
-
Notifications
You must be signed in to change notification settings - Fork 26k
TST Add test for quasi equality for PairwiseDistancesReduction
results
#23490
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
TST Add test for quasi equality for PairwiseDistancesReduction
results
#23490
Conversation
This comes before porting implementations toits.
PairwiseDistancesReduction
results
Could you please add a test to check that |
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
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.
Another pass of reviews, otherwise LGTM!
Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Jérémie du Boisberranger <[email protected]> Co-authored-by: Olivier Grisel <[email protected]>
Co-authored-by: Olivier Grisel <[email protected]>
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.
Final pass of review. This LGTM!
Actually there is now a bunch of |
Co-authored-by: Olivier Grisel <[email protected]>
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. Just a couple of nitpicks
Co-authored-by: Jérémie du Boisberranger <[email protected]>
Thanks @jjerphan |
…lts (scikit-learn#23490) Co-authored-by: Olivier Grisel <[email protected]> Co-authored-by: Jérémie du Boisberranger <[email protected]>
Reference Issues/PRs
Partly extracted from #22590
What does this implement/fix? Explain your changes.
Modify tests to add quasi-equality for 32bit implementations.
This comes by anticipation.
Any other comments?