Ticket #8393 (closed defect: duplicate)
bring plot3d.py to 100% coverage
| Reported by: | mhampton | Owned by: | was |
|---|---|---|---|
| Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
| Component: | graphics | Keywords: | coverage, doctests, plot3d |
| Cc: | kcrisman | Work issues: | |
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
plot3d.py is only missing three doctests to get to 100%:
sage -coverage devel/sage-p1/sage/plot/plot3d/plot3d.py ---------------------------------------------------------------------- devel/sage-p1/sage/plot/plot3d/plot3d.py ERROR: Please add a `TestSuite(s).run()` doctest. SCORE devel/sage-p1/sage/plot/plot3d/plot3d.py: 81% (13 of 16) Missing documentation: * triangle(self, a, b, c, color = None): * smooth_triangle(self, a, b, c, da, db, dc, color = None): * axes(scale=1, radius=None, **kwds):
Change History
comment:2 Changed 12 months ago by kcrisman
- Status changed from new to needs_review
- Reviewers set to Karl-Dieter Crisman
$ ../../sage -coverage sage/plot/plot3d/plot3d.py ---------------------------------------------------------------------- sage/plot/plot3d/plot3d.py ERROR: Please add a `TestSuite(s).run()` doctest. SCORE sage/plot/plot3d/plot3d.py: 100% (18 of 18) ----------------------------------------------------------------------
This was fixed by #12491.
Note: See
TracTickets for help on using
tickets.
