We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f4e92 commit d0486c1Copy full SHA for d0486c1
1 file changed
TestCases/serial_regression.py
@@ -1066,7 +1066,7 @@ def main():
1066
airfoilRBF.cfg_dir = "fea_fsi/Airfoil_RBF"
1067
airfoilRBF.cfg_file = "config.cfg"
1068
airfoilRBF.test_iter = 1
1069
- airfoilRBF.test_vals = [1.000000, -2.786183, -4.977959]
+ airfoilRBF.test_vals = [ 1.000000, -2.786186, -4.977944]
1070
airfoilRBF.multizone = True
1071
test_list.append(airfoilRBF)
1072
0 commit comments