From 23d84537e96b75d600c3579e0368bfa183aea38c Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Wed, 15 Mar 2023 17:12:07 +0100 Subject: [PATCH] Add test for `plot_traj.py` --- Trajectories/Tests/tests.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json index ab03b2e6..3617a977 100644 --- a/Trajectories/Tests/tests.json +++ b/Trajectories/Tests/tests.json @@ -107,5 +107,16 @@ "$PWD/Eurec4A_graph_anti/segments_cost_functions.gt", "segments.gv", "-t", "$PWD/Eurec4A_graph_anti/traj_segm.json" ] + }, + { + "title": "Plot_traj", + "command": + [ + "$src_dir/Trajectories/plot_traj.py", + "$tests_old_dir/Trajectories/expanded_traj.json", + "$tests_old_dir/Cost_functions/e_overestim.txt", + "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC", + "Anticyclones" + ] } ] -- GitLab