We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34455ce commit b0c5193Copy full SHA for b0c5193
1 file changed
TestCases/parallel_regression.py
@@ -1776,7 +1776,7 @@ def main():
1776
naca0012_cst.cfg_dir = "deformation/cst"
1777
naca0012_cst.cfg_file = "naca0012.cfg"
1778
naca0012_cst.test_iter = 10
1779
- naca0012_cst.test_vals = [0.000386] #residual
+ naca0012_cst.test_vals = [0.000385514] #residual
1780
naca0012_cst.command = TestCase.Command("mpirun -n 2", "SU2_DEF")
1781
naca0012_cst.timeout = 1600
1782
naca0012_cst.tol = 1e-8
0 commit comments