#9755: Symmetric Function coercion issue
-----------------------------+----------------------------------------------
   Reporter:  jbandlow       |       Owner:  jbandlow           
       Type:  defect         |      Status:  new                
   Priority:  major          |   Milestone:                     
  Component:  combinatorics  |    Keywords:  symmetric functions
     Author:                 |    Upstream:  N/A                
   Reviewer:                 |      Merged:                     
Work_issues:                 |  
-----------------------------+----------------------------------------------
 The following was reported to me by Nicolas ThiƩry and Lenny Tevlin.

 {{{
 R.<q,t> = ZZ[]
 R = FractionField(R)
 P = MacdonaldPolynomialsP(R,q,t)
 Q = HallLittlewoodQ(R,t) # or Q or P (Qp = H)
 Ph=HallLittlewoodP(R,t)
 SF = SymmetricFunctions(R)
 SF.inject_shorthands()
 Q(s.one())

 Traceback (click to the left of this block for traceback)
 ...
 AttributeError: 'int' object has no attribute 'subs'
 }}}
 The same error occurs with {{{Ph(s.one())}}}, although {{{P(s.one())}}}
 works.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9755>
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