From a2044ab29adaffaa5fb671b9e80142c01ab45e79 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Mon, 11 Sep 2023 12:31:46 +0200
Subject: [PATCH] Run `trajectories.py` without all properties

Run `trajectories.py` from a graph-tool file which does not contain
all the properties.
---
 Trajectories/Tests/tests.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json
index 9c009063..2aaaf168 100644
--- a/Trajectories/Tests/tests.json
+++ b/Trajectories/Tests/tests.json
@@ -92,7 +92,7 @@
 	"description": "A larger case than Trajectories.",
 	"command": [
             "$src_dir/Trajectories/trajectories.py",
-            "$tests_old_dir/Greece_cost_function/segments_cost_functions.graphml"
+            "$tests_old_dir/Cost_function_no_debug/segments_cost_functions.graphml"
 	]
     },
     "Draw_segments":
-- 
GitLab