We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a509148 commit 9e0d037Copy full SHA for 9e0d037
test/runtests.jl
@@ -40,7 +40,7 @@ karate_edges = Edge.([
40
# graphs to test
41
#g = smallgraph(:karate)
42
g = SimpleGraph(karate_edges)
43
-h = Graphs.WheelGraph(10)
+h = Graphs.wheel_graph(10)
44
45
test_layout(g::AbstractGraph; kws...) = spring_layout(g, 2017, kws...)
46
0 commit comments