Opened 2 years ago
Closed 2 years ago
#26531 closed enhancement (fixed)
avoid using .vertices() in asteroidal_triples
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: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 3924f8b (Commits, GitHub, GitLab) | Commit: | 3924f8bb662428b5c27dbd465f6706e945e24569 |
Dependencies: | Stopgaps: |
Description
We avoid using .vertices()
and do PEP8 cleaning
Change History (3)
comment:1 Changed 2 years ago by
- Branch set to public/26531_asteroidal_triples
- Cc tscrim chapoton added
- Commit set to 3924f8bb662428b5c27dbd465f6706e945e24569
- Status changed from new to needs_review
comment:2 Changed 2 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM.
comment:3 Changed 2 years ago by
- Branch changed from public/26531_asteroidal_triples to 3924f8bb662428b5c27dbd465f6706e945e24569
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #26531: avoid .vertices() and pep8 cleaning