Closed Schefflera-Arboricola closed 9 months ago
these are needed in PR https://github.com/networkx/nx-parallel/pull/37 , https://github.com/networkx/nx-parallel/pull/34 and https://github.com/networkx/nx-parallel/pull/33 , so it's better to have them in a separate PR than in all of them.
Are these needed for the ParallelGraph? We can use the underlying G.graph_object right? But maybe I am missing a way in which the backend machinery needs to know e.g. the number of nodes.
G.graph_object
these are needed in PR https://github.com/networkx/nx-parallel/pull/37 , https://github.com/networkx/nx-parallel/pull/34 and https://github.com/networkx/nx-parallel/pull/33 , so it's better to have them in a separate PR than in all of them.