You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doesn't lead to a being closer to b, but to an equilateral triangle.
The issue should be related to line 237 in layout.py. Such line: adjacency_matrix = network.adjacency_matrix(weighted=_w, directed=False) saves an unweighted adjacency matrix
The text was updated successfully, but these errors were encountered:
The following:
Doesn't lead to a being closer to b, but to an equilateral triangle.
The issue should be related to line 237 in layout.py. Such line:
adjacency_matrix = network.adjacency_matrix(weighted=_w, directed=False)
saves an unweighted adjacency matrixThe text was updated successfully, but these errors were encountered: