Opened 2 years ago
Closed 2 years ago
#27148 closed enhancement (fixed)
py3: fix doctests in centrality.pyx
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.7 |
Component: | graph theory | Keywords: | py3, graph |
Cc: | Merged in: | ||
Authors: | David Coudert | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | dae147a (Commits, GitHub, GitLab) | Commit: | dae147af4a2c10618d8352a280bf71f8895edb59 |
Dependencies: | Stopgaps: |
Description
The solution has more digits in py3 (0.4222222222222222
) than in py2 (0.422222222222
). Easy to fix.
Change History (3)
comment:1 Changed 2 years ago by
- Branch set to u/dcoudert/27148_centrality
- Commit set to dae147af4a2c10618d8352a280bf71f8895edb59
- 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 u/dcoudert/27148_centrality to dae147af4a2c10618d8352a280bf71f8895edb59
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #27148: fix doctests due to number of digits