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

Polish

parent f34b3ed9
No related branches found
No related tags found
No related merge requests found
...@@ -75,20 +75,20 @@ ...@@ -75,20 +75,20 @@
"description": "Same as Successive_overlap, but with larger domain: region 5 instead of region 4.", "description": "Same as Successive_overlap, but with larger domain: region 5 instead of region 4.",
"title": "Successive_overlap_region_5_one_date", "title": "Successive_overlap_region_5_one_date",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$PWD/Inst_eddies_4_anti" "$PWD/Inst_eddies_4_anti"
] ]
}, },
{ {
"stdin_filename": "$src_dir/Overlap/Tests/Input/successive_overlap_periodic_in.txt", "stdin_filename": "$src_dir/Overlap/Tests/Input/successive_overlap_periodic_in.txt",
"description": "Overlap of a snapshot with itself. Global coarse grid.", "description": "Overlap of a snapshot with itself. Global coarse grid.",
"title": "Successive_overlap_periodic", "title": "Successive_overlap_periodic",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$tests_old_dir/Extraction_eddies_periodic/SHPC_cyclo" "$tests_old_dir/Extraction_eddies_periodic/SHPC_cyclo"
] ]
}, },
{ {
"stdin_filename": "stdin_filename":
...@@ -96,10 +96,10 @@ ...@@ -96,10 +96,10 @@
"description": "Overlap of different snapshots.", "description": "Overlap of different snapshots.",
"title": "Successive_overlap_different_snapshots", "title": "Successive_overlap_different_snapshots",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates"
] ]
}, },
{ {
"stdin_filename": "stdin_filename":
...@@ -108,10 +108,10 @@ ...@@ -108,10 +108,10 @@
"Overlap of different snapshots. Same as Successive_overlap_different_snapshots, but with a larger region. The identifying numbers of the connected eddies are not the same for all edges.", "Overlap of different snapshots. Same as Successive_overlap_different_snapshots, but with a larger region. The identifying numbers of the connected eddies are not the same for all edges.",
"title": "Successive_overlap_region_2", "title": "Successive_overlap_region_2",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates" "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates"
] ]
}, },
{ {
"stdin_filename": "stdin_filename":
...@@ -119,10 +119,10 @@ ...@@ -119,10 +119,10 @@
"description": "Same as Successive_overlap_region_2, but with a larger region. We get some merging and splitting.", "description": "Same as Successive_overlap_region_2, but with a larger region. We get some merging and splitting.",
"title": "Successive_overlap_region_5", "title": "Successive_overlap_region_5",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$PWD/Inst_eddies_4_anti" "$PWD/Inst_eddies_4_anti"
] ]
}, },
{ {
"stdin_filename": "stdin_filename":
...@@ -130,20 +130,20 @@ ...@@ -130,20 +130,20 @@
"description": "Global grid, normal 0.25° resolution.", "description": "Global grid, normal 0.25° resolution.",
"title": "Successive_overlap_global", "title": "Successive_overlap_global",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$PWD/Inst_eddies_5_anti" "$PWD/Inst_eddies_5_anti"
] ]
}, },
{ {
"stdin_filename": "$src_dir/Overlap/Tests/Input/non_successive_overlap_in.txt", "stdin_filename": "$src_dir/Overlap/Tests/Input/non_successive_overlap_in.txt",
"description": "Overlap of a snapshot with itself. Same as Successive_overlap, except for max_delta.", "description": "Overlap of a snapshot with itself. Same as Successive_overlap, except for max_delta.",
"title": "Non_successive_overlap", "title": "Non_successive_overlap",
"command": "command":
[ [
"$build_dir/Overlap/test_overlap", "$build_dir/Overlap/test_overlap",
"$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates"
] ]
}, },
{ {
"stdin_filename": "$src_dir/Overlap/Tests/Input/global_NSO_in.txt", "stdin_filename": "$src_dir/Overlap/Tests/Input/global_NSO_in.txt",
......
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