#11187: Implementation of finite reflection groups
-------------------------------------+-------------------------------------
Reporter: stumpc5 | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.8
Component: combinatorics | Resolution:
Keywords: reflection group, | Merged in:
days49 | Reviewers:
Authors: Christian Stump | Work issues:
Report Upstream: N/A | Commit:
Branch: | 28f8abd2eb45700978592f1781a1f87e3c4d5e69
u/stumpc5/11187-new | Stopgaps:
Dependencies: #8327 #14137 |
-------------------------------------+-------------------------------------
Comment (by SimonKing):
Hi Christian,
This is not how the tests work:
{{{
#!python
def _test_well_generated(self, **options):
tester = self._tester(**options)
return self.is_well_generated()
}}}
Instead, do
{{{
#!python
def _test_well_generated(self, **options):
tester = self._tester(**options)
tester.assert_(self.is_well_generated())
}}}
or something similar.
--
Ticket URL: <http://trac.sagemath.org/ticket/11187#comment:53>
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.