File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ def main():
353353 sudo_design_fado .multizone = False
354354 sudo_design_fado .test_iter = 10
355355 sudo_design_fado .timeout = 1600
356- sudo_design_fado .reference_file = "optim.csv.ref"
356+ sudo_design_fado .reference_file = "../../../TestCases/Tutorials/design/Inc_Turbulent_Bend_Wallfunctions/ optim.csv.ref"
357357 sudo_design_fado .test_file = "optim.csv"
358358 sudo_design_fado .comp_threshold = 1e-6
359359 sudo_design_fado .tol_file_percent = 0.1
Original file line number Diff line number Diff line change @@ -101,10 +101,7 @@ else
101101 exit 1
102102 fi
103103fi
104- echo " Copying Tutorials folder to tests folder."
105104cp -R ./Tutorials/ tests/.
106- echo " Copying TestCases/Tutorials folder to tests/Tutorials folder"
107- cp -R src/SU2/TestCases/Tutorials/* tests/Tutorials/.
108105
109106# Set the environment variables
110107export SU2_RUN=$PWD /install/bin
You can’t perform that action at this time.
0 commit comments