Skip to content
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

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

fchapoton
Copy link
Contributor

fixes all cython-lint warnings in combinatorial_polyhedron folder

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.

@@ -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:
Copy link
Collaborator

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.

Copy link
Collaborator

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.

Copy link
Collaborator

@kwankyu kwankyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vbraun
Copy link
Member

vbraun commented Nov 2, 2023

merge conflict

@fchapoton
Copy link
Contributor Author

after a simple rebase, waiting for the checks

Copy link

github-actions bot commented Nov 5, 2023

Documentation preview for this PR (built with commit 6f8168f; changes) is ready! 🎉

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 4, 2023
    
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
@vbraun vbraun merged commit 69d03d3 into sagemath:develop Dec 6, 2023
@mkoeppe mkoeppe added this to the sage-10.3 milestone Dec 6, 2023
@fchapoton fchapoton deleted the cylint_cleanup_combi_poly branch December 6, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants