Re: [sage-combinat-devel] Bug in CombinatorialObject?

2013-02-09 Thread Anne Schilling
Hi Andrew, > I came across this today: > > sage: Partition(1) > Traceback (most recent call last) > ... > TypeError: 'sage.rings.integer.Integer' object is not iterable > sage: Tableau(1) > Traceback (most recent call last) > ... > TypeError: 'sage.rings.integer.Integer' object is not iterable >

[sage-combinat-devel] Bug in CombinatorialObject?

2013-02-09 Thread Andrew Mathas
Hi, I came across this today: sage: Partition(1) Traceback (most recent call last) ... TypeError: 'sage.rings.integer.Integer' object is not iterable sage: Tableau(1) Traceback (most recent call last) ... TypeError: 'sage.rings.integer.Integer' object is not iterable Even though in both cases th