You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compatibility issues with networkx 1.9.
- In networkx 1.9, the function connected_components returns a
generator instead of a list.
- This patch makes code that works in any version of networkx, at
least 1.7-1.9.1 and probably anything else.