Skip to content
Snippets Groups Projects
Commit bfa99283 authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Polish

parent 4d2e35b9
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ traj_prop = g.new_vertex_property('int', val = - 1)
all_cost = g.get_edges([g.edge_properties.cost_function])
# Array of indices that sort on cost function:
# Array of indices that sort on cost:
ind_cf = np.argsort(all_cost[:, 2])
ind_traj = - 1 # initialize index of trajectory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment