#6319: optional doctest failure -- mistake in constructions guide wrt maxima
interface
-------------------------------+--------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.0.3
Component: optional packages | Keywords:
Reviewer: | Author:
Merged: |
-------------------------------+--------------------------------------------
This was clearly *never* tested, since eval always returns a string (it
can't return nothing).
{{{
sage -t -long --optional devel/sage/doc/en/constructions/plotting.rst
**********************************************************************
File "/scratch/wstein/build/sage-4.0.2.alpha3/devel/sage-
main/doc/en/constructions/plotting.rst", line 211:
sage: maxima.eval('plotdf(x+y,[trajectory_at,2,-0.1]); ') #optional
Expected nothing
Got:
'1'
**********************************************************************
1 items had failures:
1 of 4 in __main__.example_11
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6319>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---