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

Append `tests.json` to `Tests/short_tests.json`

Move content of `tests.json` to the end `Tests/short_tests.json`.
parent 3e41a613
No related branches found
No related tags found
No related merge requests found
......@@ -589,5 +589,53 @@
"3",
"$PWD/Inst_eddies_4_anti"
]
},
{
"title": "Report_graph_cyclo",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3_cyclo/node_id_param.json"
]
},
{
"title": "Report_graph_anti",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Plot_traj",
"command":
[
"$src_dir/Overlap/Analysis/plot_traj.py",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates",
"--save=png"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Report_graph_int",
"command":
["$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"],
"required":
[
"$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv",
"$tests_old_dir/Graph_from_Matlab_v6_anti/node_id_param.json"
]
}
]
[
{
"title": "Report_graph_cyclo",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3_cyclo/node_id_param.json"
]
},
{
"title": "Report_graph_anti",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Plot_traj",
"command":
[
"$src_dir/Overlap/Analysis/plot_traj.py",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates",
"--save=png"
],
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Report_graph_int",
"command":
["$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"],
"required":
[
"$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv",
"$tests_old_dir/Graph_from_Matlab_v6_anti/node_id_param.json"
]
}
]
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