Hoosier-Clusters / clusim

An extended package for clustering similarity
MIT License
63 stars 15 forks source link

handling missing igraph #15

Closed yy closed 5 years ago

yy commented 6 years ago

https://github.com/ajgates42/clusim/blob/f06e58fdf5a8b664fe7887c6336d82421094f8fa/clusim/clusimelement.py#L9

If nothing is done when igraph module is missing, it will produce errors down the line (e.g. the test doesn't work if you don't have igraph). Add igraph as a dependency?

ajgates42 commented 5 years ago

python-graph is now a dependency