Skip to content

Commit 9888bc5

Browse files
authored
Apply suggestions from code review
1 parent 4944325 commit 9888bc5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

TestCases/tutorials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker/test/runTests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,7 @@ else
101101
exit 1
102102
fi
103103
fi
104-
echo "Copying Tutorials folder to tests folder."
105104
cp -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
110107
export SU2_RUN=$PWD/install/bin

0 commit comments

Comments
 (0)