diff --git a/Overlap/Tests/short_tests.json b/Overlap/Tests/short_tests.json index 7d25f999a1af4f2ee9edde0c6daabd6138b77ce4..081009f5d56fa6840bbc6ab524b6b8b9bca020a2 100644 --- a/Overlap/Tests/short_tests.json +++ b/Overlap/Tests/short_tests.json @@ -538,6 +538,16 @@ ] ] }, + { + "title": "R4_15_splitted", + "description": "This is not really a test. Rather it creates input necessary for tests.", + "env": {"PYTHONPATH": "$src_dir/Inst_eddies/Analysis"}, + "command": + [ + "$src_dir/Overlap/Tests/split_SHPC.py", + "$tests_old_dir/Region_4_15_days/SHPC" + ] + }, { "input": "&config_graph_nml cyclone = f/\n&main_nml k = 20461/\n", "title": "Read_snapshot_several", @@ -620,15 +630,5 @@ ] ], "input": "&main_nml cyclone = t, grid_lon_lat = f/\n" - }, - { - "title": "R4_15_splitted", - "description": "This is not really a test. Rather it creates input necessary for tests.", - "env": {"PYTHONPATH": "$src_dir/Inst_eddies/Analysis"}, - "command": - [ - "$src_dir/Overlap/Tests/split_SHPC.py", - "$tests_old_dir/Region_4_15_days/SHPC" - ] } ]