-
Notifications
You must be signed in to change notification settings - Fork 5
Docomparision issue KeyError : None dijkstra function #44
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Hi while comparing 2 scanpaths i came across this issue here and I don't now what it means.
Error Log :
Traceback (most recent call last): File "calculate_metrics.py", line 53, in <module> res = m.docomparison(pred_vec, gt_vec) File "/home/amine/anaconda3/envs/jardozka/lib/python3.6/site-packages/multimatch/multimatch.py", line 905, in docomparison path, dist = dijkstra(weightedGraph, 0, szM[0] * szM[1] - 1) File "/home/amine/anaconda3/envs/jardozka/lib/python3.6/site-packages/multimatch/multimatch.py", line 579, in dijkstra path.append(pred[path[-1]]) KeyError: None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers