On Fri, Feb 24, 2012 at 04:29:37PM -0800, Anne Schilling wrote:
> ClonableList.__init__(self, parent, T)
> 
> Is this allowed? I get the following error message:
> 
> sage: strongTableau([[-1, -2, -3], [3]],2,[3] )
...
> /Applications/sage-5.0.beta3/local/lib/python2.7/site-packages/sage/structure/list_clone.so
>  in sage.structure.list_clone.ClonableArray.check 
> (sage/structure/list_clone.c:4906)()
> 
> AssertionError: This should never be called, please overload

Have you implemented the ``check`` method in your class?

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to