Skip to content

Commit d0b3138

Browse files
committed
Update test values.
1 parent 75aaa51 commit d0b3138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/hybrid_regression_AD.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def main():
107107
discadj_incomp_cylinder.cfg_dir = "disc_adj_incomp_navierstokes/cylinder"
108108
discadj_incomp_cylinder.cfg_file = "heated_cylinder.cfg"
109109
discadj_incomp_cylinder.test_iter = 20
110-
discadj_incomp_cylinder.test_vals = [20.000000, -2.705921, -2.837904, 0.000000]
110+
discadj_incomp_cylinder.test_vals = [20.000000, -2.705927, -2.837772, 0.000000]
111111
test_list.append(discadj_incomp_cylinder)
112112

113113
######################################
@@ -203,7 +203,7 @@ def main():
203203
discadj_fea.cfg_dir = "disc_adj_fea"
204204
discadj_fea.cfg_file = "configAD_fem.cfg"
205205
discadj_fea.test_iter = 4
206-
discadj_fea.test_vals = [1.774569, 1.928023, -0.000364, -8.690300]
206+
discadj_fea.test_vals = [-2.849829, -3.238711, -0.000364, -8.708700]
207207
test_list.append(discadj_fea)
208208

209209
######################################

0 commit comments

Comments
 (0)