From 8f60d92327cf873be1a2361394e97ef834496596 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Tue, 28 May 2024 19:28:32 +0200 Subject: [PATCH] Add tests `Eurec4A_segments` and `Eurec4A_cost` --- Trajectories/Tests/tests.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Trajectories/Tests/tests.json b/Trajectories/Tests/tests.json index 6d2d68f8..215772ad 100644 --- a/Trajectories/Tests/tests.json +++ b/Trajectories/Tests/tests.json @@ -94,6 +94,28 @@ "$tests_old_dir/Cost_function_no_debug/segments_cost_functions.graphml" ] }, + "Eurec4A_segments": + { + "description": + "I want a larger case than Greece to test script cost_function.py.", + "command": + [ + "$src_dir/Trajectories/segments.py", + "$my_data_dir/Eurec4A/Graph_anti/edgelist.csv", "segments.graphml" + ] + }, + "Eurec4A_cost": + { + "description": + "I want a larger case than Greece to test script cost_function.py.", + "command": + [ + "$src_dir/Trajectories/cost_function.py", + "$my_data_dir/Eurec4A/SHPC", "Anticyclones", + "$tests_old_dir/Eurec4A_segments/segments.graphml", + "segments_cost.graphml" + ] + }, "Draw_segments": { "command": -- GitLab