Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I run the application I am getting the following error... #5

Open
ghost opened this issue Sep 10, 2016 · 1 comment
Open

When I run the application I am getting the following error... #5

ghost opened this issue Sep 10, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 10, 2016

Hi Kjahan,

I am trying to run the code and I am getting the following message:

Graph communities: <generator object connected_components at 0x000000000374A630>

What does this infer?

Thanks!

@canbax
Copy link

canbax commented Jan 13, 2017

It tries to print BestComps.
Bestcomps = nx.connected_components(G) nextworkx 1.10 returns a generators here you can see to see the resultant graph you can use something like best_graph = G.copy(). you can look at my fork

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant