#16926: Merge the features of SymmetricGroupAlgebra and SymmetricGroup.algebra
-------------------------------------+-------------------------------------
       Reporter:  nthiery            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.6
      Component:  combinatorics      |   Resolution:
       Keywords:  days64             |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:  Darij Grinberg,
Report Upstream:  N/A                |  Nicolas M. ThiƩry
         Branch:                     |  Work issues:
  public/combinat/fix_sga-16926      |       Commit:
   Dependencies:  #17981             |  009ae6047c1ca8b678cdfd3dcbe96f7159a6fe38
                                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by jhpalmieri):

 * status:  positive_review => needs_work


Comment:

 Similarly:
 {{{
 sage -t --long --warn-long 46.4
 src/sage/sets/recursively_enumerated_set.pyx
 **********************************************************************
 File "src/sage/sets/recursively_enumerated_set.pyx", line 116, in
 sage.sets.recursively_enumerated_set
 Failed example:
     list(R.elements_of_depth_iterator(9))
 Expected:
     [[5, 4, 2, 3, 1], [4, 5, 3, 2, 1], [5, 3, 4, 2, 1], [5, 4, 3, 1, 2]]
 Got:
     [[5, 3, 4, 2, 1], [4, 5, 3, 2, 1], [5, 4, 2, 3, 1], [5, 4, 3, 1, 2]]
 **********************************************************************
 File "src/sage/sets/recursively_enumerated_set.pyx", line 802, in
 
sage.sets.recursively_enumerated_set.RecursivelyEnumeratedSet_generic.naive_search_iterator
 Failed example:
     list(R.naive_search_iterator())
 Expected:
     [[1, 2, 3], [2, 1, 3], [1, 3, 2], [2, 3, 1], [3, 2, 1], [3, 1, 2]]
 Got:
     [[1, 2, 3], [2, 1, 3], [1, 3, 2], [2, 3, 1], [3, 1, 2], [3, 2, 1]]
 **********************************************************************
 2 items had failures:
    1 of  41 in sage.sets.recursively_enumerated_set
    1 of   5 in
 
sage.sets.recursively_enumerated_set.RecursivelyEnumeratedSet_generic.naive_search_iterator
     [193 tests, 2 failures, 0.76 s]
 ----------------------------------------------------------------------
 sage -t --long --warn-long 46.4
 src/sage/sets/recursively_enumerated_set.pyx  # 2 doctests failed
 ----------------------------------------------------------------------
 }}}

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