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

Bug fix: modify paths to source directories

Required since commit 1eca0742.
parent 4cda5c88
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,9 @@ def animate_nbunch(G, nbunch):
if __name__ == "__main__":
import report_graph
import argparse
import sys
from os import path
sys.path.append(path.join(sys.path[0], "../../Inst_eddies/Analysis"))
import plot_eddy_contours
import time
......
......@@ -3,7 +3,7 @@
"title": "Report_graph_cyclo",
"command":
[
"$src_dir/Analysis/report_graph.py", "--gv", "--interp",
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--interp",
"--merging", "cyclo"
],
"required":
......@@ -16,7 +16,7 @@
"title": "Report_graph_anti",
"command":
[
"$src_dir/Analysis/report_graph.py", "--gv", "--interp",
"$src_dir/Overlap/Analysis/report_graph.py", "--gv", "--interp",
"--merging", "anti"
],
"required":
......@@ -29,7 +29,7 @@
"title": "Plot_traj",
"command":
[
"$src_dir/Analysis/plot_traj.py",
"$src_dir/Overlap/Analysis/plot_traj.py",
"$src_dir/Overlap/Tests/Input/Region_2_SHP_triplet", "--save=png"
],
"required":
......@@ -43,8 +43,8 @@
"title": "Report_graph_int",
"command":
[
"$src_dir/Analysis/report_graph_int.py", "--gv", "--merging",
"anti"
"$src_dir/Overlap/Analysis/report_graph_int.py", "--gv",
"--merging", "anti"
],
"required":
[
......
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