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

Add `node_id_param.json` to requirements

Add `node_id_param.json` to requirements of `report_graph.py`.
parent 8d4d422e
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,11 @@
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required": ["$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv"]
"required":
[
"$tests_old_dir/EGr2nd15md4np3_cyclo/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3_cyclo/node_id_param.json"
]
},
{
"title": "Report_graph_anti",
......@@ -13,7 +17,11 @@
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
],
"required": ["$tests_old_dir/EGr2nd15md4np3/edgelist.csv"]
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Plot_traj",
......@@ -23,7 +31,11 @@
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates",
"--save=png"
],
"required": ["$tests_old_dir/EGr2nd15md4np3/edgelist.csv"]
"required":
[
"$tests_old_dir/EGr2nd15md4np3/edgelist.csv",
"$tests_old_dir/EGr2nd15md4np3/node_id_param.json"
]
},
{
"title": "Report_graph_int",
......
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