Skip to content
Snippets Groups Projects
Commit d791f675 authored by Jon Crall's avatar Jon Crall
Browse files

wip

parent 2ac08148
Branches unified
No related tags found
1 merge request!9Start branch for dev/0.1.8
Pipeline #321784 passed
......@@ -591,7 +591,6 @@ def is_topological_order(graph, node_order):
Example:
>>> import networkx as nx
>>> import kwarray
>>> raw = nx.erdos_renyi_graph(100, 0.5, directed=True, seed=3432)
>>> graph = nx.DiGraph(nodes=raw.nodes())
>>> graph.add_edges_from([(u, v) for u, v in raw.edges() if u < v])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment