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

Add further tests for `eddy_dump.py`

parent c1b98a99
No related branches found
No related tags found
No related merge requests found
......@@ -105,5 +105,25 @@
"env": {
"PYTHONPATH": "$src_dir/Inst_eddies/Tests/Input"
}
},
"Eddy_dump_slices":
{
"description": "eddy_dump.py with an SHPC made of several slices.",
"command":
[
"$src_dir/Inst_eddies/Analysis/eddy_dump.py",
"$tests_old_dir/R4_15_splitted/SHPC", "Anticyclones"
],
"input": "20463, 2\n"
},
"Eddy_dump_inter_date":
{
"description": "eddy_dump.py with option -n.",
"symlink": ["$tests_old_dir/EG_15_3_SHPC/e_overestim.txt"],
"command":
[
"$src_dir/Inst_eddies/Analysis/eddy_dump.py",
"$tests_old_dir/R4_15_splitted/SHPC", "Anticyclones", "-n", "61391"
]
}
}
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