-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
cylint cleanup in combinatorial polyhedra #36623
Conversation
@@ -2793,7 +2790,6 @@ cdef class CombinatorialPolyhedron(SageObject): | |||
if 'dual' in kwds and dual == -1 and kwds['dual'] in (False, True): | |||
dual = int(kwds['dual']) | |||
|
|||
cdef FaceIterator face_iter | |||
if dual == -1: |
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.
Then where is FaceIterator
defined? FaceIterator
is used below.
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.
Sorry for noise. It's defined in base.pxd
.
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.
merge conflict |
after a simple rebase, waiting for the checks |
Documentation preview for this PR (built with commit 6f8168f; changes) is ready! 🎉 |
fixes all cython-lint warnings in combinatorial_polyhedron folder ### 📝 Checklist - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. URL: sagemath#36623 Reported by: Frédéric Chapoton Reviewer(s): Kwankyu Lee
fixes all cython-lint warnings in combinatorial_polyhedron folder
📝 Checklist