Skip to content

Commit 32ec888

Browse files
committed
Use SimpleGraph instead of smallgraph
1 parent ad20f2e commit 32ec888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ karate_edges = Edge.([
3737
])
3838
# graphs to test
3939
#g = smallgraph(:karate)
40-
g = smallgraph(karate_edges)
40+
g = SimpleGraph(karate_edges)
4141
h = LightGraphs.WheelGraph(10)
4242

4343

0 commit comments

Comments
 (0)