Hey Anne, Darij,
   I missed one of the *length_tableau() functions when I was removing it. 
It should work now.

Best,
Travis


On Friday, November 30, 2012 12:10:15 AM UTC-8, Andrew Mathas wrote:
>
> Hi Anne,
>
> The problem appears after trac_13605-partition_options-ts.patch is applied.
>
> Andrew
>
> --
>
> ----------------------------------------------------------------------
> | Sage Version 5.4.1, Release Date: 2012-11-15                       |
> | Type "notebook()" for the browser-based notebook interface.        |
> | Type "help()" for help.                                            |
> ----------------------------------------------------------------------
> Loading Sage library. Current Mercurial branch is: combinat
> sage: StandardTableaux(3).list() 
> [[[1, 2, 3]], [[1, 3], [2]], [[1, 2], [3]], [[1], [2], [3]]]
> sage: 
> Exiting Sage (CPU time 0m0.03s, Wall time 0m25.64s).
> combinat: sage -hg qpush
> applying trac_13605-partition_options-ts.patch
> now at: trac_13605-partition_options-ts.patch
> combinat: sage -br
> ...
> ----------------------------------------------------------------------
> | Sage Version 5.4.1, Release Date: 2012-11-15                       |
> | Type "notebook()" for the browser-based notebook interface.        |
> | Type "help()" for help.                                            |
> ----------------------------------------------------------------------
> Loading Sage library. Current Mercurial branch is: combinat
> sage: StandardTableaux(3).list() 
> ERROR: An unexpected error occurred while tokenizing input
> The following traceback may be corrupted or invalid
> The error message is: ('EOF in multi-line statement', (505, 0))
>
> ---------------------------------------------------------------------------
> NotImplementedError                       Traceback (most recent call last)
>
> /usr/local/src/sage/sage-5.4.1/devel/sage-combinat/sage/combinat/<ipython 
> console> in <module>()
>
> /usr/local/src/sage/sage-5.4.1/local/lib/python2.7/site-packages/sage/combinat/tableau.pyc
>  
> in list(self)
>    2566             NotImplementedError
>    2567         """
> -> 2568         raise NotImplementedError
>    2569 
>    2570     def __iter__(self):
>
> NotImplementedError: 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/sage-combinat-devel/-/8m0ac7CQO6AJ.
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