GiulioRossetti / cdlib

Community Discovery Library
http://cdlib.readthedocs.io
BSD 2-Clause "Simplified" License
366 stars 71 forks source link

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

Open Shoumik-Gandre opened 3 weeks ago

Shoumik-Gandre commented 3 weeks ago

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 commented 1 week ago

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