From 84b87b03a474e37496e69f4d213c96f847695af2 Mon Sep 17 00:00:00 2001
From: Lionel GUEZ <guez@lmd.ens.fr>
Date: Tue, 16 Feb 2021 08:41:33 +0100
Subject: [PATCH] Bug fix: take renames into account

Take into account renaming of files in f7075db and moving to new
directory in 125569d.
---
 Tests/short_tests.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Tests/short_tests.json b/Tests/short_tests.json
index 9de9bad7..7ac717d3 100644
--- a/Tests/short_tests.json
+++ b/Tests/short_tests.json
@@ -1034,7 +1034,7 @@
     },
     {
 	"title": "Graph_from_Matlab_v6_cyclo",
-	"command": ["$src_dir/Analysis/make_graph_from_Matlab_v6.py", "cyclo"],
+	"command": ["$src_dir/Convert_Matlab/overlap_v6.py", "cyclo"],
 	"required":
 	[
 	    "$src_dir/Tests/Input/Eurec4A_OA/id_child_cyclo.mat",
@@ -1045,7 +1045,7 @@
     },
     {
 	"title": "Graph_from_Matlab_v6_anti",
-	"command": ["$src_dir/Analysis/make_graph_from_Matlab_v6.py", "anti"],
+	"command": ["$src_dir/Convert_Matlab/overlap_v6.py", "anti"],
 	"required":
 	[
 	    "$src_dir/Tests/Input/Eurec4A_OA/id_child_anti.mat",
@@ -1095,7 +1095,7 @@
     },
     {
 	"title": "Mat_v6_to_shapefiles",
-	"command": "$src_dir/Analysis/mat_v6_to_shapefiles.py",
+	"command": "$src_dir/Convert_Matlab/inst_eddies_v6.py",
 	"required": ["$src_dir/Tests/Input/Eurec4A_OA/adt_2019-12-15_v6.mat"]
     },
     {
@@ -1117,7 +1117,7 @@
     },
     {
 	"title": "Mat_HDF5_to_shapefiles",
-	"command": "$src_dir/Analysis/mat_HDF5_to_shapefiles.py",
+	"command": "$src_dir/Convert_Matlab/inst_eddies_HDF5.py",
 	"required": ["$src_dir/Tests/Input/Eurec4A_OA/adt_2019-12-15.mat"]
     }
 ]
-- 
GitLab