GOST_PublicGoods icon indicating copy to clipboard operation
GOST_PublicGoods copied to clipboard

nx.strongly_connected_component_subgraphs() deprecated + retired

Open Charlesfox1 opened this issue 5 years ago • 0 comments

list_of_subgraphs = [G.subgraph(c).copy() for c in nx.strongly_connected_components(G)]

^ This does precisely the same thing, FYI. It's more explicit. Took me a while to find this work around, posting here in case helpful.

Hola from London. C.F.

Charlesfox1 avatar Feb 11 '20 11:02 Charlesfox1