sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.43k stars 479 forks source link

clean generic_graph.py (part 6) #26637

Closed dcoudert closed 5 years ago

dcoudert commented 6 years ago

Done here:

CC: @tscrim @fchapoton @seblabbe

Component: graph theory

Author: David Coudert

Branch/Commit: 7766d8e

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/26637

dcoudert commented 6 years ago

Branch: public/26637_generic_graph_part_6

dcoudert commented 6 years ago

New commits:

7766d8etrac #26637: part 6
dcoudert commented 6 years ago

Commit: 7766d8e

tscrim commented 6 years ago
comment:2

LGTM.

tscrim commented 6 years ago

Reviewer: Travis Scrimshaw

jhpalmieri commented 6 years ago
comment:3

Is there a metaticket for files in graphs? I'm particularly interested in more on generic_graph.py, especially is_isomorphic, and also base/sparse_graph.pyx, especially iterator_edges. Both of these try to sort vertices, which cause Python 3 doctest failures in homology/simplicial_complexes.py and homology/examples.py.

dcoudert commented 6 years ago
comment:4

Let us use #26640 as meta ticket. Should have been opened earlier. Feel free to modify it as I don't know how to organize it.

vbraun commented 5 years ago

Changed branch from public/26637_generic_graph_part_6 to 7766d8e