jboynyc / textnets

Text analysis with networks.
https://textnets.readthedocs.io/
GNU General Public License v3.0
284 stars 23 forks source link

bug when calculating bipartite centrality #36

Closed jboynyc closed 2 years ago

jboynyc commented 3 years ago
ValueError: Length of values (764) does not match length of index (662)

This occurs when constructing the network with connected=True, because then the size of the underlying matrix is out of sync with the size of the graph.

jboynyc commented 2 years ago

Resolved in upcoming release.