We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a20f50c commit 6672b9bCopy full SHA for 6672b9b
TestCases/tutorials.py
@@ -353,7 +353,7 @@ def main():
353
sudo_design_fado.multizone = False
354
sudo_design_fado.test_iter = 10
355
sudo_design_fado.timeout = 1600
356
- sudo_design_fado.reference_file = "../../../tests/TestCases/Tutorials/design/Inc_Turbulent_Bend_Wallfunctions/optim.csv.ref"
+ sudo_design_fado.reference_file = "optim.csv.ref"
357
sudo_design_fado.test_file = "optim.csv"
358
sudo_design_fado.comp_threshold = 1e-6
359
sudo_design_fado.tol_file_percent = 0.1
docker/test/runTests.sh
@@ -102,6 +102,7 @@ else
102
fi
103
104
cp -R ./Tutorials/ tests/.
105
+cp -r src/SU2/TestCases/Tutorials tests/.
106
107
# Set the environment variables
108
export SU2_RUN=$PWD/install/bin
0 commit comments