GOST_PublicGoods
GOST_PublicGoods copied to clipboard
nx.strongly_connected_component_subgraphs() deprecated + retired
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.