Opened 6 years ago
Closed 6 years ago
#17901 closed enhancement (fixed)
minor fixes for some doctest in combinat
Reported by: | chapoton | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-6.6 |
Component: | combinatorics | Keywords: | doctest |
Cc: | Merged in: | ||
Authors: | Frédéric Chapoton | Reviewers: | Travis Scrimshaw |
Report Upstream: | N/A | Work issues: | |
Branch: | 6ac13ca (Commits) | Commit: | 6ac13cabc4eebe0fa13aae581d8979026058a86c |
Dependencies: | Stopgaps: |
Description
There are some #indirect doctests that are not tagged as such in the combinat folder.
Let us correct that.
Change History (3)
comment:1 Changed 6 years ago by
- Branch set to u/chapoton/17901
- Commit set to 6ac13cabc4eebe0fa13aae581d8979026058a86c
- Status changed from new to needs_review
comment:2 Changed 6 years ago by
- Reviewers set to Travis Scrimshaw
- Status changed from needs_review to positive_review
LGTM (for future reference, because _ascii_art_
is a Sage-special method (1 leading and trailing underscore) it doesn't need an # indirect doctest
).
comment:3 Changed 6 years ago by
- Branch changed from u/chapoton/17901 to 6ac13cabc4eebe0fa13aae581d8979026058a86c
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
New commits:
trac #17XXX correcting some bad doctests in combinat
trac #17901 correct one doctest