Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug when calculating bipartite centrality #36

Closed
jboynyc opened this issue Nov 15, 2021 · 1 comment
Closed

bug when calculating bipartite centrality #36

jboynyc opened this issue Nov 15, 2021 · 1 comment
Assignees
Labels

Comments

@jboynyc
Copy link
Owner

jboynyc commented Nov 15, 2021

  • Textnets version: 0.7.0
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 jboynyc added the bug label Nov 15, 2021
@jboynyc jboynyc added this to the 0.7.1 milestone Nov 15, 2021
@jboynyc jboynyc self-assigned this Nov 15, 2021
@jboynyc jboynyc modified the milestones: 0.7.1, 0.7.2 Feb 5, 2022
@jboynyc jboynyc removed this from the 0.7.2 milestone Jun 24, 2022
@jboynyc
Copy link
Owner Author

jboynyc commented Jun 27, 2022

Resolved in upcoming release.

@jboynyc jboynyc closed this as completed Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant