#4139: [with patch, positive review] Improvements to permutation groups
--------------------------+-------------------------------------------------
Reporter: mhansen | Owner: joyner
Type: defect | Status: new
Priority: major | Milestone: sage-3.1.3
Component: group_theory | Resolution:
Keywords: |
--------------------------+-------------------------------------------------
Comment (by mabshoff):
Yes, there is some slight, easy to fix, doctest failure:
{{{
sage -t -long devel/sage/sage/graphs/graph.py
**********************************************************************
File "/scratch/mabshoff/release-cycle/sage-3.1.3.alpha0/tmp/graph.py",
line 6234:
sage: for g in L:
G = g.automorphism_group()
G.order(), G.gens()
Expected:
(24, ((2,3), (1,2), (1,4)))
(4, ((2,3), (1,4)))
(2, ((1,2),))
(8, ((1,2), (1,4)(2,3)))
(6, ((1,2), (1,4)))
(6, ((2,3), (1,2)))
(2, ((1,4)(2,3),))
(2, ((1,2),))
(8, ((2,3), (1,4), (1,3)(2,4)))
(4, ((2,3), (1,4)))
(24, ((2,3), (1,2), (1,4)))
Got:
(24, [(2,3), (1,2), (1,4)])
(4, [(2,3), (1,4)])
(2, [(1,2)])
(8, [(1,2), (1,4)(2,3)])
(6, [(1,2), (1,4)])
(6, [(2,3), (1,2)])
(2, [(1,4)(2,3)])
(2, [(1,2)])
(8, [(2,3), (1,4), (1,3)(2,4)])
(4, [(2,3), (1,4)])
(24, [(2,3), (1,2), (1,4)])
**********************************************************************
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4139#comment:9>
SAGE <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---