#12493: Fix doctest error in integration file
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |          Owner:  mvngu   
       Type:  defect    |         Status:  new     
   Priority:  blocker   |      Milestone:  sage-5.0
  Component:  doctest   |       Keywords:          
Work_issues:            |       Upstream:  N/A     
   Reviewer:            |         Author:          
     Merged:            |   Dependencies:          
------------------------+---------------------------------------------------

Comment(by mjo):

 Yup. Not guilty! Here's a minimal failing test case:

 {{{
 def dummy():
     """

     Test whether or not optional doctests and `abs tol` get along.

         sage: 1+1 # abs tol 1e-10
         2
         sage: 2+2 # optional - requires base 5 or higher
         4

     """
     pass
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12493#comment:8>
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.

Reply via email to