From d046502d6aa5c8e3ffa6a686e0437efa48c2fedf Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 7 Mar 2023 15:06:15 +0100
Subject: [PATCH] Add test `Edgelist_Isic_1_nx`

---
 Trajectories/tests.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Trajectories/tests.json b/Trajectories/tests.json
index b9fda2b8..9500ff61 100644
--- a/Trajectories/tests.json
+++ b/Trajectories/tests.json
@@ -8,6 +8,16 @@
 	    "segments.graphml"
 	]
     },
+    {
+	"title": "Edgelist_Isic_1_nx",
+	"description": "Same as Edgelist_Isic_1, except with networkx instead of graph-tool.",
+	"command":
+	[
+	    "$src_dir/Trajectories/segments_networkx.py",
+	    "$src_dir/Trajectories/edgelist_Isic_1.csv",
+	    "segments.gv"
+	]
+    },
     {
 	"title": "Segments",
 	"command":
-- 
GitLab