Hi there,

I was using lrcalc, and noticed that supplying the weight keyword does
not work, not even the doctest:  (this is on sage 4.8)

lrcalc.lrskew([3,2,1], [2], weight=[3,1])

gives "1 not in alphabet".

I found that the problem is that the row_word of a skew tableau expects
its entries to be from ZZ, while lrcalc uses int's.

If this is not known, how should it be fixed?  Should we convert the
entries of the tableau returned by lrcalc to ZZ's or only when computing
the row_word?

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" 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-combinat-devel?hl=en.

Reply via email to