-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
TST Relax test_minibatch_sensible_reassign
to avoid CI failures with single global random seed
#29278
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
jeremiedbb
merged 11 commits into
scikit-learn:main
from
lesteve:test_minibatch_sensible_reassign
Jun 20, 2024
Merged
TST Relax test_minibatch_sensible_reassign
to avoid CI failures with single global random seed
#29278
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
6e9d4f9
NOMRG Try to trigger test_minibatch_sensible_reassign
lesteve 5648219
[free-threaded]
lesteve c0cab37
[free-threaded] trigger CI
lesteve 6df6157
[free-threaded] warnings as error should do the trick right? right?
lesteve c0a9a6a
[free-threaded] use error rather than assertion
lesteve b141137
[free-threaded] oh well ...
lesteve 7d4e1b3
[free-threaded] [all random seeds]
lesteve c09298b
[free-threaded] [azure parallel] [all random seeds]
lesteve 38fc24c
[free-threaded] relax constraint [all random seeds]
lesteve 162684a
[free-threaded] go back to assertions [all random seeds]
lesteve 3abcd1c
[free-threaded] [azure parallel] trigger normal CI
lesteve File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I added assertion string (i.e. second argument in the assert, not sure if there is a more exact name) because it seems like pytest assertion rewriting is a bit broken (needs a bit of investigation as to why). If this ever fails again, at least the message will tell how far we are from the threshold