#18024: Mutability of tableaux part II: replacing CombinatorialObject by
ClonableList
-------------------------------------+-------------------------------------
Reporter: darij | Owner:
Type: defect | Status: needs_review
Priority: major | Milestone: sage-6.6
Component: combinatorics | Resolution:
Keywords: tableaux, sage- | Merged in:
combinat, mutability, | Reviewers:
ClonableList, days64 | Work issues: fix __setstate__'s
Authors: Jan Keitel, Darij | such that the doctests work
Grinberg | Commit:
Report Upstream: N/A | 2c94664e34fe9540b2a5c7c939dd1329d6037bf0
Branch: | Stopgaps:
public/TransitionClonable |
Dependencies: #15862 |
-------------------------------------+-------------------------------------
Comment (by ncohen):
Hello,
I just opened the branch to see what it does (I do not understand anything
of the math involved here) and I noticed this change:
{{{
- if not (i is None):
+ if i > 0 and not (i is None):
}}}
If `i` can be equal to `None`, you should probably write {{{not (i is
None) and i > 0}}} instead (i.e. reverse the conditions).
Nathann
--
Ticket URL: <http://trac.sagemath.org/ticket/18024#comment:12>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.