#10182: long doctest wrongly tagged "# long" instead of "#long time"
-----------------------+----------------------------------------------------
Reporter: cremona | Owner: mvngu
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-4.6.1
Component: doctest | Keywords: doctest long tag
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------+----------------------------------------------------
Changes (by mvngu):
* status: needs_review => needs_work
Comment:
All instances of "#long" should be changed to "# long time". Here is a
list of all places that need changing:
{{{
[mv...@sage plot]$ pwd
/dev/shm/mvngu/sage-4.6.1.alpha0/devel/sage-main/sage/plot
[mv...@sage plot]$ grep '#long' plot.py
sage: sum([plot(z*sin(x), 0, 10).plot3d(z) for z in range(6)])
#long
sage: p = polar_plot(maple_leaf, -pi/4, 3*pi/2,
color="red",plot_points=1000) #long
sage: p.show(gridlines=( [-3,-2.75,..,3], xrange(-1,5,2) ))
#long
}}}
This is using Sage 4.6.1.alpha0.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10182#comment:3>
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.