From e9ea55bb91d26b93ec346531c7f5e85cf1a10ac7 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 25 Jul 2024 14:46:48 +0200 Subject: [PATCH] Remove test `Draw_recreated_list` It is now the same as test `Draw_component`. --- Trajectories/Tests/tests.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json index 86af21cf..47aa29b5 100644 --- a/Trajectories/Tests/tests.json +++ b/Trajectories/Tests/tests.json @@ -272,18 +272,6 @@ "$tests_old_dir/Extract_component/component_1980897.graphml" ] }, - "Draw_recreated_list": - { - "description": - "draw_segments.py using a list of trajectories re-created by create_list.py for a component of the graph. The result should be the same as test Draw_component except for the colors.", - "command": - [ - "$src_dir/Trajectories/Analysis/draw_segments.py", "-t", - "$tests_old_dir/Create_lists/traj_segm.json", - "$tests_old_dir/Extract_component/component_1980897.graphml", - "component_1980897.gv" - ] - }, "Plot_component_traj": { "description": "plot_traj.py on a component, with option --alt.", -- GitLab