@@ -10,8 +10,8 @@ using NamedGraphs.NamedGraphGenerators: named_path_graph
1010using NamedGraphs. PartitionedGraphs: PartitionedGraph, PartitionedGraphs, QuotientEdge,
1111 QuotientEdges, QuotientVertex, QuotientVertexOrEdge, QuotientVertexVertex,
1212 QuotientVertexVertices, QuotientVertices, QuotientVerticesVertices, QuotientView,
13- departition, partitionedgraph, quotient_graph, quotientedges, quotientvertices ,
14- unpartition
13+ departition, partitioned_vertices, partitionedgraph, quotient_graph, quotientedges,
14+ quotientvertices, unpartition
1515using NamedGraphs: NamedGraphs, Edges, NamedGraph, Vertices, similar_graph
1616using Test: @test , @test_throws , @testset
1717
4343DataGraphs. underlying_graph (graph:: TestDataGraph ) = underlying_graph (graph. graph)
4444PartitionedGraphs. quotient_graph (graph:: TestDataGraph ) = graph. quotientgraph
4545
46+ function PartitionedGraphs. partitioned_vertices (graph:: TestDataGraph )
47+ return partitioned_vertices (underlying_graph (graph. graph))
48+ end
49+
4650function NamedGraphs. similar_graph (dg:: TestDataGraph , graph:: AbstractGraph )
4751 dg = similar_graph (dg. graph, graph)
4852 return TestDataGraph (dg)
0 commit comments