From b5ee5112f87a35ed0d66399e7fbd762f7a538e78 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Thu, 17 Jun 2021 22:40:23 +0200
Subject: [PATCH] Add test `EGr2nd15md4np3_cyclo`

For test `Report_graph_cyclo`.
---
 Overlap/Analysis/tests.json    |  4 ++--
 Overlap/Tests/short_tests.json | 13 +++++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/Overlap/Analysis/tests.json b/Overlap/Analysis/tests.json
index 5e2736db..3773fc1d 100644
--- a/Overlap/Analysis/tests.json
+++ b/Overlap/Analysis/tests.json
@@ -8,8 +8,8 @@
 	],
 	"required":
 	[
-	    "$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
-	    "$tests_old_dir/EGr2nd15md4np3/SHPC"
+	    "$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv",
+	    "$tests_old_dir/EGr2nd15md4np3_cyclo/SHPC"
 	]
     },
     {
diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json
index 0e222a67..a198fa9d 100644
--- a/Overlap/Tests/short_tests.json
+++ b/Overlap/Tests/short_tests.json
@@ -652,6 +652,19 @@
             "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates"
         ]
     },
+    {
+        "input": "&MAIN_NML max_delta = 4 /\n",
+        "description": "Same as EGr2nd15md4np3 but for cyclones.",
+        "title": "EGr2nd15md4np3_cyclo",
+        "stdout": "eddy_graph_stdout.txt",
+        "command": [
+            "env",
+            "mpiexec=$mpiexec",
+            "$build_dir/Overlap/eddy_graph.sh",
+            "3",
+            "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_cyclo_all_dates"
+        ]
+    },
     {
         "input": "&MAIN_NML max_delta = 4 /\n",
         "description": "Same as EGr2nd15md4 but with a larger region.",
-- 
GitLab