[sage-combinat-devel] Re: error with skew Schur functions

2012-05-07 Thread Mike Zabrocki
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

[sage-combinat-devel] Re: error with skew Schur functions

2011-12-10 Thread Simon King
Hi Nicolas, On 10 Dez., 09:25, Nicolas M. Thiery nicolas.thi...@u-psud.fr 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