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

Bug fix: change path to Analysis

Change path from `Overlap/Analysis` to Analysis, following commit
3e41a613.
parent 1d9607f3
No related branches found
No related tags found
No related merge requests found
......@@ -578,7 +578,7 @@
"title": "Report_graph_cyclo",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
"$src_dir/Overlap/report_graph.py", "--gv", "--merging"
],
"required":
[
......@@ -590,7 +590,7 @@
"title": "Report_graph_anti",
"command":
[
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"
"$src_dir/Overlap/report_graph.py", "--gv", "--merging"
],
"required":
[
......@@ -602,7 +602,7 @@
"title": "Plot_traj",
"command":
[
"$src_dir/Overlap/Analysis/plot_traj.py",
"$src_dir/Overlap/plot_traj.py",
"$tests_old_dir/Extraction_eddies_region_2_noise/SHPC_anti_all_dates",
"--save=png"
],
......@@ -615,7 +615,7 @@
{
"title": "Report_graph_int",
"command":
["$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--merging"],
["$src_dir/Overlap/report_graph.py", "--gv", "--merging"],
"required":
[
"$tests_old_dir/Graph_from_Matlab_v6_anti/edgelist.csv",
......
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