#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: |
------------------------------+---------------------------------------------
Changes (by hivert):
* status: needs_work => needs_review
Comment:
Replying to [comment:5 mhampton]:
> 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.
I'm not sure to understand:
- why I missed this one;
- why the result of sorted changed between 4.3.3 and 4.3.4;
- why despite of this change it seems to be stable on both version...
Anyway the newly uploaded patch passed the tests 10 times in a raw on the
machine sage. Maybe it could be worth checking of it is also stable on
other architectures.
Sorry for the mess and please review.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8430#comment:7>
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.