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

2011-12-10 Thread Nicolas M. Thiery
Hi Mike! On Fri, Dec 09, 2011 at 08:08:56PM -0800, Mike Zabrocki wrote: I reported the following bug on the trac server this evening: #12140: skew Schur function indexed by [[], []] causes Segmentation Fault I created a patch and attached it to the trac. Should I also put this

[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