Closed ShushanArakelyan closed 3 years ago
Hi Shushan,
Thanks a lot for this information. Indeed I recently added author disambiguation as a new feature and did not have the time to add a new section in the tutorial. I will try to fix it as soon as possible.
Best, Christoph
Hi Shushan, Sorry for the delay, the tutorial is now back up and running. I noticed an issue with plotting the networks, which is likely due to a change in pathpy or a library it's using. I will fix this by upgrading to pathpy version 3 in the coming days. Best, Christoph
Describe the bug When getting to the network analysis and visualization portion of the notebook, I am first asked to add a call to disambiguate aliases:
git2net.disambiguate_aliases_db(sqlite_db_file)
; After calling that and attempting to run the following line again I get an assertion error:t, node_info, edge_info = git2net.get_coediting_network(sqlite_db_file)
To Reproduce Run the notebook from the beginning, only skipping the private repo part.