From fde273df959611fe44faf6cdf4c8ed05c7e57160 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Fri, 15 Sep 2023 19:39:21 +0200 Subject: [PATCH] Update path to input directory --- Trajectories/Tests/tests.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json index 66eb4c05..d6cbb15c 100644 --- a/Trajectories/Tests/tests.json +++ b/Trajectories/Tests/tests.json @@ -103,9 +103,9 @@ "command": [ "$src_dir/Trajectories/draw_segments.py", - "$my_data_dir/Eurec4A/Graph_anti_c19e69d/segments_cost.gt", + "$my_data_dir/Eurec4A/Graph_anti_480800c9/segments_cost.gt", "segments.gv", - "-t", "$my_data_dir/Eurec4A/Graph_anti_c19e69d/traj_segm.json" + "-t", "$my_data_dir/Eurec4A/Graph_anti_480800c9/traj_segm.json" ] }, "Plot_traj": { @@ -153,7 +153,7 @@ "command": [ "$src_dir/Trajectories/extract_component.py", - "$my_data_dir/Eurec4A/Graph_anti_c19e69d/segments_cost.gt", + "$my_data_dir/Eurec4A/Graph_anti_480800c9/segments_cost.gt", "1980897", "component_1980897.graphml" ] }, @@ -165,7 +165,7 @@ "$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" + "-t", "$my_data_dir/Eurec4A/Graph_anti_480800c9/traj_segm.json" ] }, "Draw_segments_no_traj": -- GitLab