#7758: doctest failure on OS X 10.5 intel due to randomization
-----------------------+----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3
Component: doctest | Keywords:
Work_issues: | Author:
Upstream: N/A | Reviewer:
Merged: |
-----------------------+----------------------------------------------------
{{{
sage -t -long
"devel/sage/sage/numerical/mip.pyx"**********************************************************************
File "/Users/wstein/build/sage-4.3.rc1/devel/sage/sage/numerical/mip.pyx",
line 364:
sage: p.show()
Expected:
Maximization:
x0 + x1
Constraints:
-3*x0 + 2*x1 <= 2
Variables:
x1 is a real variable (min=0.0, max=+oo)
x0 is a real variable (min=0.0, max=+oo)
Got:
Maximization:
x0 + x1
Constraints:
-3*x0 + 2*x1 <= 2
Variables:
x0 is a real variable (min=0.0, max=+oo)
x1 is a real variable (min=0.0, max=+oo)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7758>
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.