#13013: Update to python-2.7.3
--------------------------------+-------------------------------------------
Reporter: vbraun | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Volker Braun | Merged in:
Dependencies: | Stopgaps:
--------------------------------+-------------------------------------------
Comment (by novoselt):
I am getting
{{{
sage -t -long devel/sage-main/sage/misc/prandom.py
**********************************************************************
File "/tmp/sage-5.0/devel/sage-main/sage/misc/prandom.py", line 211:
sage: [expovariate(0.001) for i in range(3)]
Expected:
[2194.27528710212, 664.856145830767, 3108.01255906546]
Got:
[118.152309288166, 722.261959038118, 45.7190543690470]
**********************************************************************
File "/tmp/sage-5.0/devel/sage-main/sage/misc/prandom.py", line 213:
sage: [expovariate(1.0) for i in range(3)]
Expected:
[1.10114367058632, 0.652772818610748, 1.69983589896220]
Got:
[0.404201816061304, 0.735220464997051, 0.201765578600627]
**********************************************************************
File "/tmp/sage-5.0/devel/sage-main/sage/misc/prandom.py", line 215:
sage: [expovariate(1000) for i in range(3)]
Expected:
[0.0003554358393809391, 0.0025254102812587195, 0.0001175899408167489]
Got:
[0.0012068700332283973, 8.340929747302108e-05, 0.00219877067980605]
**********************************************************************
1 items had failures:
3 of 6 in __main__.example_11
***Test Failed*** 3 failures.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13013#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.