#17051: Strange bug in poset show()
-----------------------------+----------------------------
   Reporter:  jmantysalo     |            Owner:
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-6.4
  Component:  combinatorics  |         Keywords:
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+----------------------------
 This seems to trigger some kind of error:

 {{{
 P1=Posets.ChainPoset(3)
 P2=Posets.PentagonPoset().relabel(lambda x: x+10)
 P=Poset( (P1.list()+P2.list(), P1.cover_relations()+P2.cover_relations())
 )
 P.show()
 }}}

 Error message is `ValueError: element (=2) not in poset`. If I change 2.
 line to

 {{{
 P2=Posets.ChainPoset(5).relabel(lambda x: x+10)
 }}}

 error disappears.

--
Ticket URL: <http://trac.sagemath.org/ticket/17051>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to