#10883: Degree() method of permutation group should (always) return a sage
integer
--------------------------+-------------------------------------------------
Reporter: nborie | Owner: nborie
Type: defect | Status: closed
Priority: major | Milestone:
Component: group theory | Resolution: invalid
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
--------------------------+-------------------------------------------------
Changes (by nborie):
* status: needs_review => closed
* resolution: => invalid
Comment:
Whhaaaaa!
I managed to report a bug which is not in Sage!
The quoting behavior was obtained with a very special state of Sage-
Combinat. Effectively, with no patch applied, there is no problem. The
method works fine.
{{{
sage: G = TransitiveGroup(6,3)
sage: type(G.degree())
<type 'sage.rings.integer.Integer'>
sage: G = PermutationGroup([[(1,2,3,4)]])
sage: H = G._gap_()
sage: I = PermutationGroup(gap_group=H)
sage: type(I.degree())
<type 'sage.rings.integer.Integer'>
}}}
I just realize it when the buildbot said the apply failed... For this
reason, I think this ticket should be closed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10883#comment:2>
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 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-trac?hl=en.