diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index 4fb6fba7ca4bea80f2dc4fe849365bbad3a2a93d..d2b064478761e6f5dd0cfee4a6deba8d2261db14 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -75,20 +75,20 @@ "description": "Same as Successive_overlap, but with larger domain: region 5 instead of region 4.", "title": "Successive_overlap_region_5_one_date", "command": - [ - "$build_dir/Overlap/test_overlap", - "$PWD/Inst_eddies_4_anti" - ] + [ + "$build_dir/Overlap/test_overlap", + "$PWD/Inst_eddies_4_anti" + ] }, { "stdin_filename": "$src_dir/Overlap/Tests/Input/successive_overlap_periodic_in.txt", "description": "Overlap of a snapshot with itself. Global coarse grid.", "title": "Successive_overlap_periodic", "command": - [ - "$build_dir/Overlap/test_overlap", - "$tests_old_dir/Extraction_eddies_periodic/SHPC_cyclo" - ] + [ + "$build_dir/Overlap/test_overlap", + "$tests_old_dir/Extraction_eddies_periodic/SHPC_cyclo" + ] }, { "stdin_filename": @@ -96,10 +96,10 @@ "description": "Overlap of different snapshots.", "title": "Successive_overlap_different_snapshots", "command": - [ - "$build_dir/Overlap/test_overlap", - "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" - ] + [ + "$build_dir/Overlap/test_overlap", + "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" + ] }, { "stdin_filename": @@ -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.", "title": "Successive_overlap_region_2", "command": - [ - "$build_dir/Overlap/test_overlap", - "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates" - ] + [ + "$build_dir/Overlap/test_overlap", + "$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates" + ] }, { "stdin_filename": @@ -119,10 +119,10 @@ "description": "Same as Successive_overlap_region_2, but with a larger region. We get some merging and splitting.", "title": "Successive_overlap_region_5", "command": - [ - "$build_dir/Overlap/test_overlap", - "$PWD/Inst_eddies_4_anti" - ] + [ + "$build_dir/Overlap/test_overlap", + "$PWD/Inst_eddies_4_anti" + ] }, { "stdin_filename": @@ -130,20 +130,20 @@ "description": "Global grid, normal 0.25° resolution.", "title": "Successive_overlap_global", "command": - [ - "$build_dir/Overlap/test_overlap", - "$PWD/Inst_eddies_5_anti" - ] + [ + "$build_dir/Overlap/test_overlap", + "$PWD/Inst_eddies_5_anti" + ] }, { "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.", "title": "Non_successive_overlap", "command": - [ - "$build_dir/Overlap/test_overlap", - "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" - ] + [ + "$build_dir/Overlap/test_overlap", + "$tests_old_dir/Extraction_eddies_region_4/SHPC_anti_all_dates" + ] }, { "stdin_filename": "$src_dir/Overlap/Tests/Input/global_NSO_in.txt",