#8588: list(SL(2,2)) is inconsistent with SL(2,2).list()
-------------------------------------+-------------------------------------
       Reporter:  nthiery            |        Owner:  AlexGhitza
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-
      Component:  algebra            |  duplicate/invalid/wontfix
       Keywords:  Special linear     |   Resolution:
  group, TestSuite                   |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by aapitzsch):

 * status:  new => needs_review
 * milestone:   => sage-duplicate/invalid/wontfix


Comment:

 I got
 {{{
 sage: G = SL(2,2)
 sage: TestSuite(G).run()
 sage: list(G)[2]
 [0 1]
 [1 1]
 sage: G.list()[2]
 [0 1]
 [1 1]

 }}}

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