Opened 4 years ago
Closed 4 years ago
#26761 closed enhancement (fixed)
py3: fix BlanusaSecondSnarkGraph
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | graph theory | Keywords: | py3, graph |
Cc: | tscrim, chapoton | Merged in: | |
Authors: | David Coudert | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | aa4221f (Commits, GitHub, GitLab) | Commit: | aa4221f0ec1d3ab459a071476490e418df89c9be |
Dependencies: | Stopgaps: |
Description (last modified by )
We fix this generator for Python 3 by avoiding to get both vertices labeled with an integer and vertices labeled with tuples.
Change History (3)
comment:1 Changed 4 years ago by
- Branch set to public/26761_blanusa_second_snark
- Cc tscrim chapoton added
- Commit set to aa4221f0ec1d3ab459a071476490e418df89c9be
- Description modified (diff)
- Status changed from new to needs_review
- Summary changed from py3: fix BlanusaFirstSnarkGraph to py3: fix BlanusaSecondSnarkGraph
comment:2 Changed 4 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:3 Changed 4 years ago by
- Branch changed from public/26761_blanusa_second_snark to aa4221f0ec1d3ab459a071476490e418df89c9be
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #26761: fix BlanusaSecondSnarkGraph