Skip to content
Snippets Groups Projects
Commit f063701a authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Move `Plot_eddy_contours_Mat` and `Stats_Matlab`

Move tests `Plot_eddy_contours_Mat` and `Stats_Matlab` to
`Convert_Matlab/Tests/long_tests.json`. Thus, we group the tests that
depend on the availability of Matlab.
parent 322547c6
No related branches found
No related tags found
No related merge requests found
......@@ -23,5 +23,24 @@
"$src_dir/Convert_Matlab/inst_eddies.m",
"$src_dir/Convert_Matlab/Tests/node_id_param.json"
]
},
{
"title": "Plot_eddy_contours_Mat",
"description":
"plot_eddy_contours.py on a file coming from the Matlab program.",
"command":
[
"$src_dir/Inst_eddies/Analysis/plot_eddy_contours.py",
"$PWD/Mat_v6_to_shapefiles/SHPC_cyclo", "--save=png"
]
},
{
"title": "Stats_Matlab",
"description": "With an SHPC made from conversion of Matlab data.",
"command":
[
"$src_dir/Inst_eddies/Analysis/stat.py",
"$PWD/Inst_eddies_v6_global/SHPC_anti"
]
}
]
......@@ -17,16 +17,6 @@
"$tests_old_dir/Region_6/SHPC_cyclo", "--light"
]
},
{
"title": "Plot_eddy_contours_Mat",
"description":
"plot_eddy_contours.py on a file coming from the Matlab program.",
"command":
[
"$src_dir/Inst_eddies/Analysis/plot_eddy_contours.py",
"$tests_old_dir/Mat_v6_to_shapefiles/SHPC_cyclo", "--save=png"
]
},
{
"title": "Eddy_dump",
"command":
......@@ -105,15 +95,6 @@
"$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"
]
},
{
"title": "Filter",
"command":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment