datactive / bigbang

Scientific analysis of collaborative communities
http://datactive.github.io/bigbang/
MIT License
152 stars 52 forks source link

Example Notebook Assortativity Study is not displaying graphs #243

Closed nllz closed 6 years ago

nllz commented 8 years ago

after step "igs" I get:

{'cc-humanrights': <networkx.classes.digraph.DiGraph at 0x7f9f6c992a10>,
 'ncuc-discuss': <networkx.classes.digraph.DiGraph at 0x7f9f61121690>}

but no graphs are shown and there are no error messages before.

sbenthall commented 8 years ago

Ok, it looks like you are using mailing list data that may be raising new errors in the underlying code.

It will be hard to debug without a copy of that data.

Is it possible to attach the data to this ticket, or put in in a github gist?

nllz commented 8 years ago

I am currently analyzing http://lists.ncuc.org/pipermail/ncuc-discuss/ and https://mm.icann.org/pipermail/cc-humanrights/, but would like to expand that all lists in this file mm.icann.org.txt (I am aware some archives are closed, so still have to remove those or add code to the import tool to skip the lists for which no archives could be retrieved.

Am using Anaconda2 with Python version 2.7.11.

Notebook I use is here (added txt to be able to upload here) Assortativity Study ICANN.ipynb.txt

sbenthall commented 8 years ago

adding @davidberra to ticket