clique_percolation
takes enormous memory and never finishes on a large graph
#299
Labels
enhancement
New feature or request
Description of bug
Hello, I was using the clique_percolation function to detect communities. It works for some of my networks, but for some other a bit more complicated ones, e.g. with 25376 connections between 2646 nodes, I found that the computation is using enormous amount of memory and simply won't finish. May I ask if this could possibly be a bug? Thank you for helping.
How to reproduce
Here I upload a network of mine in .jld2 format. You can simply unzip and read it in as
netw=load_object("network.local.jld2")
and transform it to graph using g=graph(netw). The computation I attempted is clique_percolation(g, k=3)
Expected behavior
Output results within a few hours or even minutes.
Actual behavior
Taking large memory (100+G) and never finishing.
Code demonstrating bug
Additional context
Attachment:
network.local.jld2.gz
The text was updated successfully, but these errors were encountered: