Re: [sage-combinat-devel] WeylCharacterRing regression

2012-12-09 Thread Volker Braun
Yes, sorry for the typos. I know that it works if I specify the branching rule explicitly, but I was under the impression that the default (rule='default') would be able to figure that out by itself. On Sunday, December 9, 2012 1:18:14 AM UTC, bump wrote: > But anyway if you forget rule="levi"

Re: [sage-combinat-devel] WeylCharacterRing regression

2012-12-08 Thread bump
I currently don't think there's a problem. You wrote: sage: A3 = WeylCharacterRing('A3', style='coroots') sage: A3 = WeylCharacterRing('A3', style='coroots') sage: A4(1,0,0,0,0).branch(A3) # takes forever There's three things wrong with your input, but presumably the relevant one is that you fo

Re: [sage-combinat-devel] WeylCharacterRing regression

2012-12-08 Thread Daniel Bump
> In sage-5.5.beta0 some stuff was merged that is supposed to speed > up WeylCharacterRing, but I noticed the following taking forever now: > > sage: A3 = WeylCharacterRing('A3', style='coroots') > sage: A3 = WeylCharacterRing('A3', style='coroots') One of these should be A4. > sage: A4(1,0,0,

[sage-combinat-devel] WeylCharacterRing regression

2012-12-08 Thread Volker Braun
In sage-5.5.beta0 some stuff was merged that is supposed to speed up WeylCharacterRing, but I noticed the following taking forever now: sage: A3 = WeylCharacterRing('A3', style='coroots') sage: A3 = WeylCharacterRing('A3', style='coroots') sage: A4(1,0,0,0,0).branch(A3) # takes forever No answ