#17385: Cleanup Graph.__init__ and DiGraph.__init__
-------------------------------------+-------------------------------------
Reporter: vdelecroix | Owner:
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-6.5
Component: graph theory | Resolution:
Keywords: | Merged in:
Authors: Vincent Delecroix | Reviewers: David Coudert, Travis
Report Upstream: N/A | Scrimshaw, Nathann Cohen
Branch: | Work issues:
u/vdelecroix/17385 | Commit:
Dependencies: #17384 | ca661347a2dcd8c5d7e4720cc048028365d22092
| Stopgaps:
-------------------------------------+-------------------------------------
Comment (by vdelecroix):
Replying to [comment:25 ncohen]:
> {{{
> sage -t --long
/home/ncohen/.Sage/src/doc/en/thematic_tutorials/lie/affine_finite_crystals.rst
> **********************************************************************
> File
"/home/ncohen/.Sage/src/doc/en/thematic_tutorials/lie/affine_finite_crystals.rst",
line 359, in doc.en.thematic_tutorials.lie.affine_finite_crystals
> Failed example:
> G.is_isomorphic(Gdual, edge_labels = True, certify = True)
> Expected:
> (True, {[[1]]: [[-2]], [[2]]: [[-1]], [[-2]]: [[1]], [[-1]]: [[2]],
[]: [[0]]})
> Got:
> (True, {[]: [[0]], [[1]]: [[-2]], [[2]]: [[-1]], [[-2]]: [[1]],
[[-1]]: [[2]]})
> }}}
This has something to do with this ticket? Strictly speaking, those
dictionary are the same... the thing is that the keys have no well defined
ordering. The only reasonable thing I see is to remove this `certify =
True` in the test. What do you think?
Vincent
--
Ticket URL: <http://trac.sagemath.org/ticket/17385#comment:26>
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/d/optout.