Just an update on this bug. there is a fix now in: trac_12140_skewschurfix-mz.patch
Florent helped me put together a patch and this was pushed onto the sage combinat queue that fixes symmetrica.part_part_skewschur The plan is that Anne will use the patch in her demonstration tomorrow. -Mike On Saturday, 10 December 2011 11:21:49 UTC-5, Simon King wrote: > > Hi Nicolas, > > On 10 Dez., 09:25, "Nicolas M. Thiery" <[email protected]> > wrote: > > if x[0]==[] and x[1]==[]: > > # Workaround empty skew partition bug in Symmetrica (see > #12140) > > x = [[1],[1]] > > skewschur = symmetrica.part_part_skewschur(x[0], x[1]) > > Why is this test not put into symmetrica.part_part_skewschur? It seems > odd to test it before calling, because this kind of tests would then > certainly also be necessary in other places. > > Cheers, > Simon > > -- 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/-/unnBnp_HbG8J. 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.
