On Wed, Jul 10, 2013 at 01:36:40PM -0400, Mike Zabrocki wrote:
>    I prefer that one not need to specify skew= True because it seems
>    redundant.
>    As for
>    WeakTableaux_core(3, [[5, 2, 1], [2]], [3,2])
>    Vs.
>    WeakTableaux_core(3, [5, 2, 1], inner_shape=[2], [3,2])
>    I have a slight preference for the former, but I see that the latter is
>    more verbose and slightly clearer.

I have no strong opinion. However one advantage of the later is that
it avoids a corner case: if someone is playing with a bunch of skew
tableaux, among which some might have an empty inner shape, this makes
sure that they are all handled identically. Otherwise, one has to make
sure that a tableau behaves strictly exactly as a skew tableau
(e.g. implements an inner_shape method, ...).

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 unsubscribe from this group and stop receiving emails from it, send an email 
to sage-combinat-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-combinat-devel.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to