Skip to content

Commit d0486c1

Browse files
committed
change fsi serial regression test
1 parent a7f4e92 commit d0486c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def main():
10661066
airfoilRBF.cfg_dir = "fea_fsi/Airfoil_RBF"
10671067
airfoilRBF.cfg_file = "config.cfg"
10681068
airfoilRBF.test_iter = 1
1069-
airfoilRBF.test_vals = [1.000000, -2.786183, -4.977959]
1069+
airfoilRBF.test_vals = [ 1.000000, -2.786186, -4.977944]
10701070
airfoilRBF.multizone = True
10711071
test_list.append(airfoilRBF)
10721072

0 commit comments

Comments
 (0)