#12491: Bring three more plot3d files to 100% coverage
---------------------------+------------------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: graphics | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
---------------------------+------------------------------------------------
Description changed by kcrisman:
Old description:
> {{{
>
> plot3d/list_plot3d.py: 25% (1 of 4)
> plot3d/parametric_plot3d.py: 20% (1 of 5)
>
> $ ./sage -coverage devel/sage/sage/plot/plot3d/plot3d.py
> ----------------------------------------------------------------------
> devel/sage/sage/plot/plot3d/plot3d.py
> ERROR: Please add a `TestSuite(s).run()` doctest.
> SCORE devel/sage/sage/plot/plot3d/plot3d.py: 83% (15 of 18)
>
> 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):
>
> $ ../../sage -coverage sage/plot/plot3d/parametric_plot3d.py
> ----------------------------------------------------------------------
> sage/plot/plot3d/parametric_plot3d.py
> SCORE sage/plot/plot3d/parametric_plot3d.py: 20% (1 of 5)
>
> Missing doctests:
> * _parametric_plot3d_curve(f, urange, plot_points, **kwds):
> * _parametric_plot3d_surface(f, urange, vrange, plot_points,
> boundary_style, **kwds):
> * adapt_if_symbolic(f):
> * adapt_to_callable(f, nargs=None):
> }}}
>
> Base ticket: #12024 bringing docs to 90%.
New description:
{{{
plot3d/plot3d.py: 83% (15 of 18)
plot3d/list_plot3d.py: 25% (1 of 4)
plot3d/parametric_plot3d.py: 20% (1 of 5)
$ ../../sage -coverage sage/plot/plot3d/list_plot3d.py
----------------------------------------------------------------------
sage/plot/plot3d/list_plot3d.py
SCORE sage/plot/plot3d/list_plot3d.py: 25% (1 of 4)
Missing documentation:
* list_plot3d_matrix(m, texture, **kwds):
* list_plot3d_array_of_arrays(v, interpolation_type,texture,
**kwds):
* list_plot3d_tuples(v,interpolation_type, texture, **kwds):
$ ./sage -coverage devel/sage/sage/plot/plot3d/plot3d.py
----------------------------------------------------------------------
devel/sage/sage/plot/plot3d/plot3d.py
ERROR: Please add a `TestSuite(s).run()` doctest.
SCORE devel/sage/sage/plot/plot3d/plot3d.py: 83% (15 of 18)
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):
$ ../../sage -coverage sage/plot/plot3d/parametric_plot3d.py
----------------------------------------------------------------------
sage/plot/plot3d/parametric_plot3d.py
SCORE sage/plot/plot3d/parametric_plot3d.py: 20% (1 of 5)
Missing doctests:
* _parametric_plot3d_curve(f, urange, plot_points, **kwds):
* _parametric_plot3d_surface(f, urange, vrange, plot_points,
boundary_style, **kwds):
* adapt_if_symbolic(f):
* adapt_to_callable(f, nargs=None):
}}}
Base ticket: #12024 bringing docs to 90%.
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12491#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.