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

Move test from Tests to Analysis

Since it is a test on script which is in Analysis.
parent 85223e1b
No related branches found
No related tags found
No related merge requests found
......@@ -81,5 +81,14 @@
"--save=png"
],
"description": "With two SHPC as command line arguments."
},
{
"title": "Examine_ssh_values",
"command":
[
"$src_dir/Inst_eddies/Analysis/examine_ssh_values.py", "-s",
"$src_dir/Inst_eddies/Tests/Input/h_region_4.nc"
],
"input": "17\n-37\n0.2\n"
}
]
......@@ -365,14 +365,5 @@
"$src_dir/Inst_eddies/Tests/Input/Region_1/huv_region_1_2006_01_01.nc",
"huv_region_1_%Y_%m_%d.nc", "-l", "2006-01-04"
]
},
{
"title": "Examine_ssh_values",
"command":
[
"$src_dir/Inst_eddies/Analysis/examine_ssh_values.py", "-s",
"$src_dir/Inst_eddies/Tests/Input/h_region_4.nc"
],
"input": "17\n-37\n0.2\n"
}
]
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