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

Why is Big Clam Algorithm Commented out in the source code? #245

Open
Shoumik-Gandre opened this issue Aug 19, 2024 · 1 comment
Open

Why is Big Clam Algorithm Commented out in the source code? #245

Shoumik-Gandre opened this issue Aug 19, 2024 · 1 comment
Assignees

Comments

@Shoumik-Gandre
Copy link

Describe the bug
AttributeError: module 'cdlib.algorithms' has no attribute 'big_clam'
Big Clam code is commented out in the source code

To Reproduce

from cdlib import algorithms
import networkx as nx
G = nx.karate_club_graph()
coms = algorithms.big_clam(G)

Additional context
The documentation still has big clam: https://cdlib.readthedocs.io/en/v0.2.5/reference/cd_algorithms/algs/cdlib.algorithms.big_clam.html

@nahuelalmeira
Copy link

I just noticed the same. Could you find a workaround?

@GiulioRossetti GiulioRossetti self-assigned this Sep 3, 2024
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

3 participants