#8430: doctest failures with Sage 4.3.4.alpha0
------------------------------+---------------------------------------------
Reporter: mvngu | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.4
Component: doctest | Keywords:
Author: Florent Hivert | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by mhampton):
Since the other issues have there own tickets I don't think another one is
necessary.
There is one doctest failure still:
{{{
File
"/Volumes/E/sage-4.3.4.alpha0/devel/sage-t1/sage/categories/finite_semigroups.py",
line 229:
sage: sorted(S.j_transversal_of_idempotents())
Expected:
['a', 'ab', 'ac', 'acb', 'b', 'bc', 'c']
Got:
['a', 'ab', 'ac', 'acb', 'b', 'c', 'cb']
*********************************************
}}}
which is not covered by the patch. Seems like maybe the expected string
is wrong, unless the sorted function has varying behavior.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8430#comment:5>
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.