diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index 389697fae33f4d5785ffd06ec55178419af49859..c29c3a8df5640fe669dffb3a829448f28308a7df 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -642,5 +642,15 @@ "$my_data_dir/Eurec4A/Graph_anti/segments_cost.gt", "1980897", "component_1980897.graphml" ] + }, + "Extract_component_CSV": + { + "description": "Extract component from an edgelist.", + "command": + [ + "$src_dir/Overlap/extract_component.py", + "$my_data_dir/Eurec4A/Graph_anti/edgelist.csv", + "1980897", "component_1980897.graphml" + ] } }