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
Problem with efficiency_global_routed.
Problem with efficiency_local_routed.
File "/media/M2_disk/roger/ciclovies/bikenwgrowth/jobs/scripts/analysisloop.py", line 46, in
analyze_results.main(PATH, cities)
File "/media/M2_disk/roger/ciclovies/bikenwgrowth/scripts/analyze_results.py", line 100, in main
metrics, cov = calculate_metrics(Gs[networktype], Gs[networktype + "_simplified"], Gs['carall'], nnids, empty_metrics, buffer_walk, numnodepairs, debug)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/media/M2_disk/roger/ciclovies/bikenwgrowth/scripts/functions.py", line 1167, in calculate_metrics
simplified_G = simplify_ig(G)
^^^^^^^^^^^^^^
File "/media/M2_disk/roger/ciclovies/bikenwgrowth/scripts/functions.py", line 157, in simplify_ig
output = ig.Graph.from_networkx(simplified_graph.to_undirected())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/media/M2_disk/roger/miniconda3/envs/growbikenet/lib/python3.12/site-packages/igraph/io/libraries.py", line 152, in _construct_graph_from_networkx
sortd.sort(key=lambda x: x[1])
TypeError: '<' not supported between instances of 'int' and 'list'
The function is this one. It is needed to check what is happening, at the moment is set a try except block.
Problem with efficiency_global_routed.
Problem with efficiency_local_routed.
The function is this one. It is needed to check what is happening, at the moment is set a try except block.
The text was updated successfully, but these errors were encountered: