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

Add tests `Extract_component` and `Draw_component`

parent 86759cc4
No related branches found
No related tags found
No related merge requests found
...@@ -144,5 +144,25 @@ ...@@ -144,5 +144,25 @@
"$src_dir/Trajectories/Tests/example_2.graphml" "$src_dir/Trajectories/Tests/example_2.graphml"
], ],
"description": "A toy case to test the algorithm in trajectories.py, specifically to test the order in which edges are processed." "description": "A toy case to test the algorithm in trajectories.py, specifically to test the order in which edges are processed."
},
"Extract_component":
{
"command":
[
"$src_dir/Trajectories/extract_component.py",
"$my_data_dir/Eurec4A/Graph_anti_c19e69d/segments_cost.gt",
"1980897", "component_1980897.graphml"
]
},
"Draw_component":
{
"description": "draw_segments.py from a graph containing an extracted component.",
"command":
[
"$src_dir/Trajectories/draw_segments.py",
"$tests_old_dir/Extract_component/component_1980897.graphml",
"component_1980897.gv",
"-t", "$my_data_dir/Eurec4A/Graph_anti_c19e69d/traj_segm.json"
]
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment