#20111: Cleaning of subword complex code
-------------------------------------+-------------------------------------
Reporter: stumpc5 | Owner:
Type: enhancement | Status: needs_info
Priority: major | Milestone: sage-7.1
Component: combinatorics | Resolution:
Keywords: subword complex | Merged in:
Authors: Christian Stump | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
u/stumpc5/cleaning_of_subword_complex_code|
924a4d9bfabe1ff54ed348d151332cb751e1f554
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by tscrim):
Instead of reordering, you could have just added (at the module level)
`SubwordComplex.Element = SubwordComplexFacet` (although in some ways I
think the reordered way is better, but we can get to that after we decide
the color of the bikeshed). As for the issue above, all you should have to
do replacements like this:
{{{#!diff
-return SubwordComplexFacet(self, F, facet_test=facet_test)
+return self.element_class(self, F, facet_test=facet_test)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/20111#comment:4>
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 https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.