Typo while importing a module in Community class
Closed this issue · 3 comments
alvarofrancomartins commented
The file misc.py located in linkpred/predictors/ contains a typo while importing generate_dendrogram
from the community
package.
Line 24 reads from community import generate_dendogram, partition_at_level
but there's a missing "r" in dendogram.
Obs: I have installed linkpred using pip install linkpred
rafguns commented
Thanks! It seems this function was renamed in python-louvain. We have to change it of course.
Note to myself: why wasn't this caught by any unit tests in CI?
rafguns commented
Ah, I now see that this was already fixed in 2487aee. I need to release a new version that includes this.
rafguns commented
New version 0.5.1, including this fix, now up on PyPI and just a pip install --upgrade linkpred
away! 😊