Opened 4 years ago
Closed 4 years ago
#26830 closed enhancement (fixed)
avoid .vertices() and .edges() in graph_products.pyx
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.5 |
Component: | graph theory | Keywords: | |
Cc: | Merged in: | ||
Authors: | David Coudert | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 2fc3765 (Commits, GitHub, GitLab) | Commit: | 2fc376576fa5e0f401ba8cc87f80f3d7c400e4db |
Dependencies: | Stopgaps: |
Description (last modified by )
Use appropriate mapping to avoid using .vertices()
and .edges()
in graph_products.pyx
. We also do some pep8 cleaning.
Change History (3)
comment:1 Changed 4 years ago by
- Branch set to public/26830_graph_products
- Commit set to 2fc376576fa5e0f401ba8cc87f80f3d7c400e4db
- Description modified (diff)
- Status changed from new to needs_review
- Summary changed from avoid .vertices() and .edges() in graph_product.pyx to avoid .vertices() and .edges() in graph_products.pyx
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/26830_graph_products to 2fc376576fa5e0f401ba8cc87f80f3d7c400e4db
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
avoid using .vertices() and .edges()
pep8 cleaning