#8709: polyhedra level set doctest failure
--------------------------+-------------------------------------------------
   Reporter:  jhpalmieri  |       Owner:  mhampton
       Type:  defect      |      Status:  new     
   Priority:  major       |   Milestone:  sage-4.4
  Component:  geometry    |    Keywords:          
     Author:              |    Upstream:  N/A     
   Reviewer:              |      Merged:          
Work_issues:              |  
--------------------------+-------------------------------------------------
 On one platform (an itanium machine running red hat), I see this:
 {{{
 File
 "/home/palmieri/cleo/sage-4.4.alpha0/devel/sage/sage/geometry/polyhedra.py",
 line 3147:
     sage: for lset in
 polytopes.cross_polytope(2).face_lattice().level_sets(): print lset[0]
 Expected:
     (None, (0, 1, 2, 3))
     ((1,), (2, 3))
     ((1, 2), (3,))
     ((0, 1, 2, 3), None)
 Got:
     (None, (0, 1, 2, 3))
     ((0,), (1, 2))
     ((1, 2), (3,))
     ((0, 1, 2, 3), None)
 }}}
 This is with Sage 4.4.alpha0, and it comes from the patch in ticket #8650.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8709>
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.

Reply via email to