Re: [sage-combinat-devel] Partitions bug with max_slope?

2010-01-09 Thread Vincent Delecroix
Yes I searched min_slope=-1 ;-) Thanks very much Nicolas. A raised error should convince me that I made an error (or I can consult the documentation before doing). Thanks one more time. Vincent 2010/1/9 Nicolas M. Thiery : > On Sat, Jan 09, 2010 at 10:53:30AM +0100, Vincent Delecroix wrote: >>

Re: [sage-combinat-devel] Partitions bug with max_slope?

2010-01-09 Thread Nicolas M. Thiery
On Sat, Jan 09, 2010 at 10:53:30AM +0100, Vincent Delecroix wrote: > I get the following with sage-4.3, is it normal to have [2, 1] and [1, > 2] as partitions ? > > {{{ > sage: for p in Partitions(3, max_slope=1): > : print p > : > [3] > [2, 1] > [1, 2] > [1, 1, 1] > }}} Well, that's

[sage-combinat-devel] Partitions bug with max_slope?

2010-01-09 Thread Vincent Delecroix
I get the following with sage-4.3, is it normal to have [2, 1] and [1, 2] as partitions ? {{{ sage: for p in Partitions(3, max_slope=1): : print p : [3] [2, 1] [1, 2] [1, 1, 1] }}} Vincent -- You received this message because you are subscribed to the Google Groups "sage-combinat-de