#13216: one test in lattice polytope should be tagged # random
--------------------------------------+-------------------------------------
Reporter: chapoton | Owner: mhampton
Type: defect | Status: new
Priority: minor | Milestone: sage-5.2
Component: geometry | Keywords: random test,
polytope
Work issues: add the random keyword | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
--------------------------------------+-------------------------------------
in the file sage/geometry/lattice_polytope.py
inside the procedure
{{{
def _read_nef_x_partitions(data):
}}}
the line
{{{
sage: print s
}}}
should be replaced by
{{{
sage: print s # random
}}}
because the result contains a timing result, which does not have a fix
value. Inside the same file, three other similar tests do already have
this tag.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13216>
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.