Opened 3 years ago
Closed 3 years ago
#27059 closed enhancement (fixed)
py3: improve doctests in spanning_tree.pyx
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-8.7 |
Component: | graph theory | Keywords: | py3, graph |
Cc: | chapoton | Merged in: | |
Authors: | David Coudert | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 4f1aac9 (Commits, GitHub, GitLab) | Commit: | 4f1aac914548a1f53821d5f8dd8db9724ad2606a |
Dependencies: | Stopgaps: |
Description
We fix the doctest error reported in #26212#comment:184 and make this doctest more robust.
Change History (3)
comment:1 Changed 3 years ago by
- Branch set to public/27059_spanning_tree
- Cc chapoton added
- Commit set to 4f1aac914548a1f53821d5f8dd8db9724ad2606a
- Milestone changed from sage-8.6 to sage-8.7
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok
comment:3 Changed 3 years ago by
- Branch changed from public/27059_spanning_tree to 4f1aac914548a1f53821d5f8dd8db9724ad2606a
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #27059: make doctest robust