From 70fc7bbd6aa0bc94199f795e5c45278bf7d08fd4 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 20 Feb 2024 22:29:35 +0100
Subject: [PATCH] Add test `Extract_component_CSV`

---
 Overlap/Tests/short_tests.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 389697fa..c29c3a8d 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"
+	]
     }
 }
-- 
GitLab