From 59785ff22021fa7e7bd86c3ce1c86da76fc5dbb1 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Thu, 2 Sep 2021 15:00:57 +0200
Subject: [PATCH] Add tests for `stat.py`

---
 Inst_eddies/Analysis/tests.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Inst_eddies/Analysis/tests.json b/Inst_eddies/Analysis/tests.json
index db5b1bca..91951186 100644
--- a/Inst_eddies/Analysis/tests.json
+++ b/Inst_eddies/Analysis/tests.json
@@ -102,5 +102,22 @@
 	    "$tests_old_dir/Inst_eddies_loop/SHPC_cyclo",
 	    "$tests_old_dir/Inst_eddies_loop/SHPC_anti"
 	]
+    },
+    {
+	"title": "Stats",
+	"command":
+	[
+	    "$src_dir/Inst_eddies/Analysis/stat.py",
+	    "$tests_old_dir/Inst_eddies_py/SHPC_anti"
+	]
+    },
+    {
+	"title": "Stats_Matlab",
+	"description": "With an SHPC made from conversion of Matlab data.",
+	"command":
+	[
+	    "$src_dir/Inst_eddies/Analysis/stat.py",
+	    "$tests_old_dir/Inst_eddies_v6_global/SHPC_anti"
+	]
     }
 ]    
-- 
GitLab