#6484: sage.combinat.ranker improvements
-------------------------------------+-------------------------------------
       Reporter:  nthiery            |        Owner:  nthiery
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  combinatorics      |   Resolution:
       Keywords:  rank, unrank       |    Merged in:
        Authors:  Nicolas M. ThiƩry  |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/nthiery/sage_combinat_ranker_improvements|  
6fdc7e5e63016dadc4bab6bfbc47e5a5c0c0e662
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by vdelecroix):

 * status:  needs_info => needs_work
 * reviewer:   => Vincent Delecroix


Comment:

 {{{
 sage -t --long src/sage/sets/finite_set_map_cy.pyx
 **********************************************************************
 File "src/sage/sets/finite_set_map_cy.pyx", line 491,
 in sage.sets.finite_set_map_cy.FiniteSetMap_Set.setimage
 Failed example:
     with fs.clone() as fs3:
           fs3.setimage("z", 2)
 Expected:
     Traceback (most recent call last):
     ...
     ValueError: 'z' is not in list
 Got:
     Traceback (most recent call last):
     ....
     ValueError: 'z' is not in dict
 **********************************************************************
 File "src/sage/sets/finite_set_map_cy.pyx", line 497,
 in sage.sets.finite_set_map_cy.FiniteSetMap_Set.setimage
 Failed example:
     with fs.clone() as fs3:
           fs3.setimage(1, 4)
 Expected:
     Traceback (most recent call last):
     ...
     ValueError: 1 is not in list
 Got:
     Traceback (most recent call last):
     ...
     ValueError: 1 is not in dict
 }}}

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