#14136: P-partition enumerators in QSym
------------------------------------------------------+---------------------
       Reporter:  darij                               |         Owner:  
sage-combinat
           Type:  enhancement                         |        Status:  new     
     
       Priority:  minor                               |     Milestone:  
sage-5.10    
      Component:  combinatorics                       |    Resolution:          
     
       Keywords:  QSym, P-partitions, posets, days45  |   Work issues:          
     
Report Upstream:  N/A                                 |     Reviewers:          
     
        Authors:  darij                               |     Merged in:          
     
   Dependencies:                                      |      Stopgaps:          
     
------------------------------------------------------+---------------------

Comment (by tscrim):

 I've uploaded a small review patch which does some additional tweaks to
 the documentation and removes the print statements. I'm also getting the
 same error, and even adding this method above it:
 {{{
 def test(self, R):
     """
     EXAMPLES::

         sage: P = Poset([[],[]])
         sage: P.test(QQ)
     """
     from sage.combinat.ncsf_qsym.qsym import QuasiSymmetricFunctions
     return QuasiSymmetricFunctions(R)
 }}}
 the error gets pushed into this method. I'm thinking we should post
 something to sage-devel about this (since the error cannot be reproduced
 in sage), and as a possible solution, just copy the output of the doctest
 with a comment about it basically saying we have no idea what is
 happening.

 Best,[[BR]]
 Travis

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