diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json index 1c99817a29852c2f1d130b281e4f7e7c07658fe9..320ba0cbeaff0af031bf891e15c2303a32e93764 100644 --- a/Trajectories/Tests/tests.json +++ b/Trajectories/Tests/tests.json @@ -273,5 +273,17 @@ "$src_dir/Trajectories/create_traj_lists.py", "$tests_old_dir/Extract_component/component_1980897.graphml" ] + }, + "Draw_recreated_list": + { + "description": + "draw_segments.py using a list of trajectories re-created by create_list.py for a component of the graph.", + "command": + [ + "$src_dir/Trajectories/Analysis/draw_segments.py", "-t", + "$tests_old_dir/Create_lists/traj_segm.json", + "$tests_old_dir/Extract_component/component_1980897.graphml", + "component_1980897.gv" + ] } }