Skip to content

Commit 4259d32

Browse files
committed
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 3986e36 commit 4259d32

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def main():
137137
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
138138
poiseuille_profile.test_iter = 10
139139
poiseuille_profile.test_vals = [-12.494712, -7.710813, -0.000000, 2.085796]
140-
poiseuille_profile.test_vals_aarch64 = [-12.494689, -7.711249, -0.000000, 2.085796]
140+
poiseuille_profile.test_vals_aarch64 = [-12.494672, -7.709812, -0.000000, 2.085796]
141141
test_list.append(poiseuille_profile)
142142

143143
# 2D Rotational Periodic

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def main():
184184
polar_naca0012.polar = True
185185
polar_naca0012.test_iter = 10
186186
polar_naca0012.test_vals = [-1.217981, 4.256386, 0.009084, 0.016823]
187-
polar_naca0012.test_vals_aarch64 = [-1.781707, 3.636438, 0.012519, 0.008789]
187+
polar_naca0012.test_vals_aarch64 = [-2.192312, 3.228081, 0.014230, 0.008726]
188188
polar_naca0012.su2_exec = "compute_polar.py -i 11"
189189
polar_naca0012.timeout = 1600
190190
polar_naca0012.tol = 0.00001

TestCases/serial_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def main():
170170
polar_naca0012.new_output= True
171171
polar_naca0012.test_iter = 10
172172
polar_naca0012.test_vals = [-1.243326, 4.224483, 0.016432, 0.016145]
173-
polar_naca0012.test_vals_aarch64 = [-1.963957, 3.454076, 0.012563, 0.008925]
173+
polar_naca0012.test_vals_aarch64 = [-1.835780, 3.581033, 0.008680, 0.009093]
174174
polar_naca0012.su2_exec = "compute_polar.py -n 1 -i 11"
175175
polar_naca0012.timeout = 1600
176176
polar_naca0012.tol = 0.00001
@@ -254,7 +254,7 @@ def main():
254254
poiseuille_profile.cfg_file = "profile_poiseuille.cfg"
255255
poiseuille_profile.test_iter = 10
256256
poiseuille_profile.test_vals = [-12.494715, -7.711824, -0.000000, 2.085796] #last 4 columns
257-
poiseuille_profile.test_vals_aarch64 = [-12.494716, -7.711539, -0.000000, 2.085796] #last 4 columns
257+
poiseuille_profile.test_vals_aarch64 = [-12.494695, -7.711914, -0.000000, 2.085796] #last 4 columns
258258
poiseuille_profile.su2_exec = "SU2_CFD"
259259
poiseuille_profile.new_output = True
260260
poiseuille_profile.timeout = 1600

0 commit comments

Comments
 (0)