-
-
Notifications
You must be signed in to change notification settings - Fork 26k
Fix make_swiss_roll
docstring to resolve a copyright ambiguity
#31646
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
Fix make_swiss_roll
docstring to resolve a copyright ambiguity
#31646
Conversation
make_swiss_roll
docstring to resolve a copyright ambiguity
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, @ogrisel!
Did we or github change something? I can’t merge as long as CI is not green. |
The point is that I should be able to merge even with failing CI (at least in the past that was possible). |
Required checks have been added some time ago (edit: December 2022) to enable auto-merge feature. If one of the required checks fail you can not merge. For more details see #25069. @lorentzenchr you even gave me a maintainability award about it in #25069 (comment) 😉. Unfortunately right now we are in a very atypical and rare situation where CI is broken for every PRs (Windows is timing out on all PRs for some not fully understood reason but that seems link with MKL on a particular AMD CPU 😓) but there is hope to have a work-around soonish to get back to normal in #31641. |
Thanks @lesteve for the explanation. I had the impression (also the experience?) that it was possible to manually merge with CI failures, just not auto-merge. |
The mechanism is the same for a human or auto-merge, if a required check is not passing, the PR can not be merged. I double-checked, the required checks for I am pretty sure we used to have CircleCI but maybe we removed it at one point and forgot to add it back (vaguely rings a bell because there was a temporary CircleCI issue?). We should also add the linux arm64 tests that run on GHA ... Here was the setting when it was originally set up #25069 (comment). |
Fixes #31390.
See: #31390 (comment)