#7206: doctest failure in groups/perm_gps/permgroup.py
----------------------------+-----------------------------------------------
Reporter: ddrake | Owner: joyner
Type: defect | Status: new
Priority: major | Milestone: sage-4.2
Component: group_theory | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
----------------------------+-----------------------------------------------
With 4.1.2.rc2, I have one doctest failure on Ubuntu 9.04 amd64:
{{{
dr...@sagenb:~/s/sage-4.1.2.rc2$ ./sage -t
devel/sage/sage/groups/perm_gps/permgroup.py
sage -t "devel/sage/sage/groups/perm_gps/permgroup.py"
**********************************************************************
File
"/home/drake/s/sage-4.1.2.rc2/devel/sage/sage/groups/perm_gps/permgroup.py",
line 1114:
sage: G.random_element()
Expected:
(1,2)(4,5)
Got:
(2,3)(4,5)
**********************************************************************
1 items had failures:
1 of 4 in __main__.example_34
***Test Failed*** 1 failures.
For whitespace errors, see the file
/home/drake/.sage//tmp/.doctest_permgroup.py
[6.7 s]
exit code: 1024
----------------------------------------------------------------------
The following tests failed:
sage -t "devel/sage/sage/groups/perm_gps/permgroup.py"
}}}
This seems like #5584 again. I ran a bisect and it blames #6647.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7206>
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
-~----------~----~----~----~------~----~------~--~---