robinson_schensted_inverse returns wrong output:

from sage.combinat.permutation import robinson_schensted_inverse
sage: u
[[1, 1, 1], [2, 2], [3]]
sage: t
[[1, 3, 4], [2, 6], [5]]
sage: w = robinson_schensted_inverse(u,t)
sage: w
[3, 1, 1, 2, 2, 1]
sage: w.robinson_schensted()
[[[1, 1, 1, 2], [2], [3]], [[1, 3, 4, 5], [2], [6]]]

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/KOe-TjPxng4J.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to