Skip to content

Commit 35eaa9d

Browse files
committed
Fixed doctesting
1 parent 593783a commit 35eaa9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/documentation/graph_processing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ OptiGraph Partition w/ 5 subpartitions
357357
358358
julia> metis_graph = assemble_optigraph(partition_metis; name=:metis_graph)
359359
An OptiGraph
360-
metis_graph #local elements #total elements
360+
#local elements #total elements
361361
--------------------------------------------------
362362
Nodes: 0 199
363363
Edges: 4 99
@@ -402,7 +402,7 @@ julia> aggregate_graph, reference_map = aggregate_to_depth(kahypar_graph, 0; nam
402402
403403
julia> aggregate_graph
404404
An OptiGraph
405-
agg_graph #local elements #total elements
405+
#local elements #total elements
406406
--------------------------------------------------
407407
Nodes: 8 8
408408
Edges: 7 7

0 commit comments

Comments
 (0)