From 093ad17ee04534e47d80da4de00511b40ded369c Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Wed, 18 May 2022 16:42:04 +0200 Subject: [PATCH] Remove unused variable --- gt_matlab_trajs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/gt_matlab_trajs.py b/gt_matlab_trajs.py index 42a0b34c..c0e3ceca 100755 --- a/gt_matlab_trajs.py +++ b/gt_matlab_trajs.py @@ -6,7 +6,6 @@ # 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. # Inputs: - # orientation # name and the location of the gt segmented cf graph # Output: # trajectories.json that contains all of the trajectories @@ -18,8 +17,6 @@ import csv import graph_tool.util as ut import sys -orientation = 'anti' - g = gt.Graph() g.load(sys.argv[1]) traj_mark = g.new_vp('int') -- GitLab