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

Remove unused variable

parent 46d960c0
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# the trajectory ID that that segment belongs to. The output is either an # the trajectory ID that that segment belongs to. The output is either an
# expanded JSON file and/or an edgelist file with all of the trajectories. # expanded JSON file and/or an edgelist file with all of the trajectories.
# Inputs: # Inputs:
# orientation
# name and the location of the gt segmented cf graph # name and the location of the gt segmented cf graph
# Output: # Output:
# trajectories.json that contains all of the trajectories # trajectories.json that contains all of the trajectories
...@@ -18,8 +17,6 @@ import csv ...@@ -18,8 +17,6 @@ import csv
import graph_tool.util as ut import graph_tool.util as ut
import sys import sys
orientation = 'anti'
g = gt.Graph() g = gt.Graph()
g.load(sys.argv[1]) g.load(sys.argv[1])
traj_mark = g.new_vp('int') traj_mark = g.new_vp('int')
......
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