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
I modified:edges = [[vertices[x%num_vertices],vertices[int(x/num_vertices)]] for x in edges]
After I modified it, a new error appeared:
geodesic[v1,v2] = path_length(all_shortest_paths_color[v1][v2],G)
IndexError: index 247 is out of bounds for axis 1 with size 247
The text was updated successfully, but these errors were encountered:
I modified:edges = [[vertices[x%num_vertices],vertices[int(x/num_vertices)]] for x in edges]
After I modified it, a new error appeared:
geodesic[v1,v2] = path_length(all_shortest_paths_color[v1][v2],G)
IndexError: index 247 is out of bounds for axis 1 with size 247
The text was updated successfully, but these errors were encountered: