#13605: Partition options and cleanup partitions documentation
------------------------------------------------------+---------------------
       Reporter:  tscrim                              |         Owner:  
sage-combinat                   
           Type:  enhancement                         |        Status:  
positive_review                 
       Priority:  major                               |     Milestone:  
sage-5.8                        
      Component:  combinatorics                       |    Resolution:          
                        
       Keywords:  partition, options, output, days45  |   Work issues:          
                        
Report Upstream:  N/A                                 |     Reviewers:  Andrew 
Mathas, Nicolas M. ThiƩry
        Authors:  Travis Scrimshaw                    |     Merged in:          
                        
   Dependencies:  #14065 #6495 #14063 #13688 #14138   |      Stopgaps:          
                        
------------------------------------------------------+---------------------

Comment (by leif):

 Minor remark:

 In `combinat/sf/k_dual.py`, line 42, `Partition` now gets imported twice
 (a search & replace accident I guess):

 {{{
 #!patch
 diff --git a/sage/combinat/sf/k_dual.py b/sage/combinat/sf/k_dual.py
 --- a/sage/combinat/sf/k_dual.py
 +++ b/sage/combinat/sf/k_dual.py
 @@ -39,7 +39,7 @@ from sage.misc.cachefunc import cached_m
  from sage.categories.magmas import Magmas
  from sage.misc.constant_function import ConstantFunction
  from sage.categories.graded_hopf_algebras_with_basis import
 GradedHopfAlgebrasWithBasis
 -from sage.combinat.partition import Partition, Partitions,
 Partition_class
 +from sage.combinat.partition import Partition, Partitions, Partition
  from sage.rings.all import Integer
  from sage.combinat.combinat import InfiniteAbstractCombinatorialClass
  import sage.combinat.sf.sfa as sfa
 }}}

 (But AFAICS this is the only instance of a redundant import of it, at
 least regarding the patch.)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13605#comment:53>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to