#12318: **kwds in the Graph constructor is confusing
-----------------------------+----------------------------------------------
Reporter: brunellus | Owner: jason, ncohen, rlm
Type: defect | Status: needs_work
Priority: minor | Milestone: sage-5.0
Component: graph theory | Keywords:
Work_issues: | Upstream: N/A
Reviewer: Nathann Cohen | Author: Lukáš Lánský
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Changes (by jdemeyer):
* status: positive_review => needs_work
Comment:
I get doctest failures:
{{{
sage -t -force_lib
devel/sage/sage/geometry/triangulation/point_configuration.py
**********************************************************************
File "/mnt/usb1/scratch/jdemeyer/merger/sage-5.0.beta2/devel/sage-
main/sage/geometry/triangulation/point_configuration.py", line 1620:
sage: pyramid.restricted_automorphism_group()
Expected:
Permutation Group with generators [(3,5), (2,3)(4,5), (2,4)]
Got:
Permutation Group with generators [(4,5), (3,4), (2,3), (1,2)]
**********************************************************************
File "/mnt/usb1/scratch/jdemeyer/merger/sage-5.0.beta2/devel/sage-
main/sage/geometry/triangulation/point_configuration.py", line 1622:
sage: DihedralGroup(4).is_isomorphic(_)
Expected:
True
Got:
False
**********************************************************************
File "/mnt/usb1/scratch/jdemeyer/merger/sage-5.0.beta2/devel/sage-
main/sage/geometry/triangulation/point_configuration.py", line 1630:
sage: square.restricted_automorphism_group()
Expected:
Permutation Group with generators [(3,5)]
Got:
Permutation Group with generators [(4,5), (3,4), (2,3), (1,2)]
**********************************************************************
File "/mnt/usb1/scratch/jdemeyer/merger/sage-5.0.beta2/devel/sage-
main/sage/geometry/triangulation/point_configuration.py", line 1632:
sage: DihedralGroup(1).is_isomorphic(_)
Expected:
True
Got:
False
**********************************************************************
}}}
and similar errors in `devel/sage/sage/geometry/polyhedra.py`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12318#comment:7>
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.