Closed jboynyc closed 2 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.
connected=True
Resolved in upcoming release.
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.