#8888: Rim and outer rim for integer partitions
------------------------------+---------------------------------------------
   Reporter:  hivert          |       Owner:  hivert               
       Type:  enhancement     |      Status:  needs_work           
   Priority:  major           |   Milestone:  sage-4.4.2           
  Component:  combinatorics   |    Keywords:  Partitions border rim
     Author:  Florent Hivert  |    Upstream:  N/A                  
   Reviewer:                  |      Merged:                       
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by jbandlow):

  * status:  needs_review => needs_work


Comment:

 Hi Florent,

 I've tried to apply this patch to a clean sage-4.4.1, and I'm getting
 strange behavior.  After applying your patch, the entire code for the
 {{{quotient}}} method in {{{partition.py}}} (after the docstring) looks
 like this:
 {{{
         p = self
         #Normalize the length
         remainder = len(p) % length
         part = p[:] + [0]*(length-remainder)
 }}}

 The rest is just gone, and obviously this causes doctest failures.
 Looking at the patch file, I don't understand why this should happen.  It
 looks fine!  But I can't approve with this behavior.  Can you rebase?  Or
 explain what might be going on?

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