From a024b7cc28c58cbb05fd0588713e0bd5d92c438f Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 16 Feb 2021 22:58:01 +0100
Subject: [PATCH] Add test

---
 Tests/short_tests.json | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Tests/short_tests.json b/Tests/short_tests.json
index e16eebc7..6ee1e836 100644
--- a/Tests/short_tests.json
+++ b/Tests/short_tests.json
@@ -1125,5 +1125,15 @@
 	    "$src_dir/Convert_Matlab/inst_eddies_HDF5.py",
 	    "$src_dir/Tests/Input/Eurec4A_OA/adt_2019-12-15.mat"
 	]
+    },
+    {
+	"title": "Plot_eddy_contours_Mat",
+	"description":
+	"plot_eddy_contours.py on a file coming from the Matlab program.",
+	"command":
+	[
+	    "$src_dir/Analysis/plot_eddy_contours.py",
+	    "$tests_old_dir/Mat_v6_to_shapefiles/Snapshot_cyclo", "--save=png"
+	]
     }
 ]
-- 
GitLab