We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ef741 commit c1783fbCopy full SHA for c1783fb
src/sage/combinat/sf/kfpoly.py
@@ -89,7 +89,7 @@ def KostkaFoulkesPolynomial(mu, nu, t=None):
89
if mu not in _Partitions:
90
if mu in SkewPartitions():
91
return kfpoly_skew(mu, nu, t)
92
- raise ValueError("mu must be a partition")
+ raise ValueError("mu must be a partition or skew partition")
93
if nu not in _Partitions:
94
raise ValueError("nu must be a partition")
95
if sum(mu) != sum(nu):
0 commit comments