Skip to content

Commit b0c5193

Browse files
authored
Update TestCases/parallel_regression.py
1 parent 34455ce commit b0c5193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,7 +1776,7 @@ def main():
17761776
naca0012_cst.cfg_dir = "deformation/cst"
17771777
naca0012_cst.cfg_file = "naca0012.cfg"
17781778
naca0012_cst.test_iter = 10
1779-
naca0012_cst.test_vals = [0.000386] #residual
1779+
naca0012_cst.test_vals = [0.000385514] #residual
17801780
naca0012_cst.command = TestCase.Command("mpirun -n 2", "SU2_DEF")
17811781
naca0012_cst.timeout = 1600
17821782
naca0012_cst.tol = 1e-8

0 commit comments

Comments
 (0)