Skip to content

Commit

Permalink
Update TestCases/parallel_regression.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag authored Sep 5, 2023
1 parent 34455ce commit b0c5193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestCases/parallel_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@ def main():
naca0012_cst.cfg_dir = "deformation/cst"
naca0012_cst.cfg_file = "naca0012.cfg"
naca0012_cst.test_iter = 10
naca0012_cst.test_vals = [0.000386] #residual
naca0012_cst.test_vals = [0.000385514] #residual
naca0012_cst.command = TestCase.Command("mpirun -n 2", "SU2_DEF")
naca0012_cst.timeout = 1600
naca0012_cst.tol = 1e-8
Expand Down

0 comments on commit b0c5193

Please sign in to comment.