Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag authored Feb 1, 2025
1 parent 4944325 commit 9888bc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion TestCases/tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def main():
sudo_design_fado.multizone = False
sudo_design_fado.test_iter = 10
sudo_design_fado.timeout = 1600
sudo_design_fado.reference_file = "optim.csv.ref"
sudo_design_fado.reference_file = "../../../TestCases/Tutorials/design/Inc_Turbulent_Bend_Wallfunctions/optim.csv.ref"
sudo_design_fado.test_file = "optim.csv"
sudo_design_fado.comp_threshold = 1e-6
sudo_design_fado.tol_file_percent = 0.1
Expand Down
3 changes: 0 additions & 3 deletions docker/test/runTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ else
exit 1
fi
fi
echo "Copying Tutorials folder to tests folder."
cp -R ./Tutorials/ tests/.
echo "Copying TestCases/Tutorials folder to tests/Tutorials folder"
cp -R src/SU2/TestCases/Tutorials/* tests/Tutorials/.

# Set the environment variables
export SU2_RUN=$PWD/install/bin
Expand Down

0 comments on commit 9888bc5

Please sign in to comment.