#14913: Add GroupMixinLibGAP as a base class for finitely presented groups
---------------------------------------+-----------------------------
       Reporter:  dshurbert            |         Owner:
           Type:  enhancement          |        Status:  needs_work
       Priority:  minor                |     Milestone:
      Component:  group theory         |    Resolution:
       Keywords:  group presentations  |     Merged in:
        Authors:  Davis Shurbert       |     Reviewers:  Volker Braun
Report Upstream:  N/A                  |   Work issues:
         Branch:                       |  Dependencies:
       Stopgaps:                       |
---------------------------------------+-----------------------------

Comment (by vbraun):

 You also need to add the `check=<bool>` argument to the finitely presented
 group ctor:
 {{{
 sage: list(C12)
 ---------------------------------------------------------------------------
 TypeError                                 Traceback (most recent call
 last)
 ...
 /home/vbraun/opt/sage-5.11.beta3/local/lib/python2.7/site-
 packages/sage/groups/finitely_presented.pyc in _element_constructor_(self,
 *args, **kwds)
     697         if P is self._free_group:
     698             return self.element_class(x.Tietze(), parent=self,
 **kwds)
 --> 699         return self.element_class(x, parent=self, **kwds)
     700
     701     @cached_method

 TypeError: __init__() got an unexpected keyword argument 'check'
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/14913#comment:10>
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/groups/opt_out.


Reply via email to