#9958: Upgrade python to 2.7.x
---------------------------+------------------------------------------------
Reporter: mhampton | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: François Bissey
Merged: | Dependencies: #5852, #11986, #12085
---------------------------+------------------------------------------------
Comment(by jdemeyer):
There are a few test failures on a Pentium 4 32-bit Linux system with
sage-4.8.alpha2 + #9958 + #11986:
{{{
sage -t --long -force_lib devel/sage/sage/combinat/words/suffix_trees.py
**********************************************************************
File "/home/jdemeyer/sage-5.0/devel/sage-
main/sage/combinat/words/suffix_trees.py", line 1323:
sage: t.trie_type_dict() == dict([[(0, W("a")), 4], [(0, W("b")), 3],
[(3, W("a")), 2], [(4, W("b")), 5], [(5, W("a")), 1]])
Expected:
True
Got:
False
**********************************************************************
sage -t --long -force_lib devel/sage/sage/misc/randstate.pyx
**********************************************************************
File "/home/jdemeyer/sage-5.0/devel/sage-main/sage/misc/randstate.pyx",
line 61:
sage: rtest()
Expected:
(978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1161603091, 60359, 0.83350776541997362)
Got:
(978, 0.184109262667515, -3*x^2 - 1/12, (4,5), [ 0, 1, 1, 0, 0 ],
1161603091, 60359, 0.8335077654199736)
**********************************************************************
sage -t --long -force_lib
devel/sage/sage/combinat/words/nfactor_enumerable_word.py
**********************************************************************
File "/home/jdemeyer/sage-5.0/devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py", line 20:
sage: it.next()
Expected:
word: 6456
Got:
word: 4564
**********************************************************************
File "/home/jdemeyer/sage-5.0/devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py", line 23:
sage: it.next()
Expected:
word: 5645
Got:
word: 6456
**********************************************************************
File "/home/jdemeyer/sage-5.0/devel/sage-
main/sage/combinat/words/nfactor_enumerable_word.py", line 26:
sage: it.next()
Expected:
word: 4564
Got:
word: 5645
**********************************************************************
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9958#comment:170>
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.