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

Redundant output in GudhUI #1107

Open
mglisse opened this issue Jul 10, 2024 · 0 comments
Open

Redundant output in GudhUI #1107

mglisse opened this issue Jul 10, 2024 · 0 comments

Comments

@mglisse
Copy link
Member

mglisse commented Jul 10, 2024

std::clog << "Num connected components : " << complex_.num_connected_components() << std::endl;
std::clog << "Min/avg/max degree : " << min_degree() << "/" << avg_degree() << "/" << max_degree() << std::endl;
std::clog << "Num connected components : " << complex_.num_connected_components() << std::endl;
std::clog << "Num connected components : " << complex_.num_connected_components() << std::endl;

The number of connected components is printed 3 times... I don't know if other statistics were supposed to be printed (copy-paste, then forget to modify the copies), or if the last 2 are just extra.

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