#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 kcrisman):
If we add print statement
{{{
if contains_optional_doctests:
# make a list of each optional line cut out by our tag
choices
print comment_modifiers
print len(t), len(comment_modifiers)
v = [i for i in range(len(t)) if
only_optional_include(comment_modifiers[i])]
}}}
we get the very interesting
{{{
<snip lots of stuff>
341 339
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12493#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.