-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
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.
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: symmetric functions
Author: Jason Bandlow
Reviewer: Mike Hansen
Merged: sage-4.6.alpha2
Issue created by migration from https://trac.sagemath.org/ticket/9755