On Thu, Mar 15, 2012 at 09:27:00AM +0100, Martin Rubey wrote:
> Yet another thing:
> 
> sage: lrskew([1,1],[2])[0].pp()
> .  .
> 1
> 
> So, possibly lrskew should check that mu is contained in lambda?

I guess the result above indeed has no specific meaning, but you might
want to double check with Anders, just in case.

Otherwise, you are welcome to add in the documentation that inner
should be contained in outer. And to add an assertion check such as:

        assert len(inner) <= len(outer) and inner[i]<=outer[i] for i in 
range(len(inner)),
            "inner should be contained in outer"

Cheers,
                                Nicolas
--
Nicolas M. ThiĆ©ry "Isil" <[email protected]>
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to