BoundsError
thrown by weight(hook_lengths(partition([4,2,1])))
#4230
Labels
BoundsError
thrown by weight(hook_lengths(partition([4,2,1])))
#4230
A quick look at the code suggests that it requires that the tableau be semistandard, but does not check this! Either we modify the code so that it checks, or we modify it so that all Young tableaux are accepted. I do also wonder whether the name should be changed to
weight_sequence
. I have searched quickly on internet: given a YT the weight is a sequence; it may assume that the entries in the YT are positive (or maybe just non-negative).Originally posted by @JohnAAbbott in #3850 (comment)
The text was updated successfully, but these errors were encountered: