Opened 2 years ago
Closed 2 years ago
#27180 closed enhancement (fixed)
py3: fix doctest in generic_graph (part 3) -- _build_flow_graph
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: | 3043d2b (Commits, GitHub, GitLab) | Commit: | 3043d2bde859ce61113ccd8c67f43a1dcfecfbd0 |
Dependencies: | Stopgaps: |
Description
The 7 failing doctests in _build_flow_graph
are all due to the same issue with round
.
We add from sage.misc.functional import round
as suggested https://groups.google.com/forum/#!topic/sage-devel/C9yDz_JIE9s.
Change History (3)
comment:1 Changed 2 years ago by
- Branch set to public/27180_build_flow_graph
- Commit set to 3043d2bde859ce61113ccd8c67f43a1dcfecfbd0
- 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/27180_build_flow_graph to 3043d2bde859ce61113ccd8c67f43a1dcfecfbd0
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #27180: fix doctests in _build_flow_graph