-
-
Notifications
You must be signed in to change notification settings - Fork 510
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
minor annotation details in posets to please mypy #39252
Conversation
Documentation preview for this PR (built with commit c63b0f1; changes) is ready! 🎉 |
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.
otherwise LGTM.
x in orbits[orbit_number[dual_isomorphism[e]]]] | ||
|
||
# Fix following after issue #20727 | ||
comps = [[x for x in range(n) |
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.
Is it safe to change the order of the items in comps
?
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.
hmm, c'est vrai que c'est pas si clair...
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.
voila, ca doit etre mieux comme ca.
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.
Il me sembla aussi.
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.
typically avoiding type confusion ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#39252 Reported by: Frédéric Chapoton Reviewer(s): David Coudert, Frédéric Chapoton
typically avoiding type confusion ### 📝 Checklist - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. URL: sagemath#39252 Reported by: Frédéric Chapoton Reviewer(s): David Coudert, Frédéric Chapoton
typically avoiding type confusion
📝 Checklist