Skip to content

Commit 7dbc222

Browse files
committed
Fix AD regression value
1 parent 84446a7 commit 7dbc222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestCases/hybrid_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def main():
112112
discadj_incomp_cylinder.cfg_file = "heated_cylinder.cfg"
113113
discadj_incomp_cylinder.test_iter = 20
114114
discadj_incomp_cylinder.test_vals = [20.000000, -2.746353, -2.934792, 0.000000]
115-
discadj_incomp_cylinder.test_vals_aarch64 = [20.000000, -2.746350, -2.933980, 0.000000]
115+
discadj_incomp_cylinder.test_vals_aarch64 = [20.000000, -2.731541, -2.890897, 0.000000]
116116
test_list.append(discadj_incomp_cylinder)
117117

118118
######################################

0 commit comments

Comments
 (0)