From 5e3dafc62f5452905ed9942500bb7b65923395e8 Mon Sep 17 00:00:00 2001 From: Lionel GUEZ <guez@lmd.ens.fr> Date: Thu, 4 Mar 2021 20:37:48 +0100 Subject: [PATCH] Add test for `survival.py` --- Convert_Matlab/tests.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Convert_Matlab/tests.json b/Convert_Matlab/tests.json index 201aedf6..0bc73de2 100644 --- a/Convert_Matlab/tests.json +++ b/Convert_Matlab/tests.json @@ -36,5 +36,13 @@ "$src_dir/Convert_Matlab/inst_eddies_HDF5.py", "$src_dir/Convert_Matlab/Eurec4A_OA/adt_2019-12-15.mat" ] + }, + { + "title": "Survival", "command": "$src_dir/Convert_Matlab/survival.py", + "required": + [ + "$PWD/Eurec4A/Trajectories_Anti_filt_v6.mat", + "$PWD/Eurec4A/Trajectories_Cyclo_filt_v6.mat" + ] } ] -- GitLab