Skip to content

Commit 72ed62c

Browse files
committed
Update test expectations for Linux ARM64
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
1 parent 4259d32 commit 72ed62c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"VARIABLE" , "AVG_DENSITY[0]", "AVG_ENTHALPY[0]", "AVG_NORMALVEL[0]", "DRAG[0]" , "EFFICIENCY[0]" , "FORCE_X[0]" , "FORCE_Y[0]" , "FORCE_Z[0]" , "LIFT[0]" , "MOMENT_X[0]" , "MOMENT_Y[0]" , "MOMENT_Z[0]" , "SIDEFORCE[0]" , "SURFACE_MACH[0]", "SURFACE_MASSFLOW[0]", "SURFACE_MOM_DISTORTION[0]", "SURFACE_PRESSURE_DROP[0]", "SURFACE_SECONDARY[0]", "SURFACE_SECOND_OVER_UNIFORM[0]", "SURFACE_STATIC_PRESSURE[0]", "SURFACE_STATIC_TEMPERATURE[0]", "SURFACE_TOTAL_PRESSURE[0]", "SURFACE_TOTAL_TEMPERATURE[0]", "SURFACE_UNIFORMITY[0]", "AVG_TEMPERATURE[1]", "MAXIMUM_HEATFLUX[1]", "TOTAL_HEATFLUX[1]", "FINDIFF_STEP"
2-
0 , 0.0 , -100000.01639127731, 4.440899999949557e-08, 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , -0.04999999997368221, -4.4410000000756306e-08, -2.0599999983605954 , 0.0 , 2.12000000054946 , 3.709999998879887 , 330.00000030369847 , -39.999997625272954 , 315.0000011942211 , -39.999997625272954 , -1.400000004814217 , -129.99999512430804, 0.0 , -509.99999530176865, 1e-08
2+
0 , 0.0 , -100000.01639127731, 4.440899999949557e-08, 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , 0.0 , -0.04999999997368221, -4.4410000000756306e-08, -2.0599999983605954 , 0.0 , 2.12000000054946 , 3.709999998879887 , 330.00000030369847 , -39.999997625272954 , 315.0000011942211 , -39.999997625272954 , -1.400000004814217 , -129.99999512430804, 0.0 , -509.99999530176865, 1e-08

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 = [-2.192312, 3.228081, 0.014230, 0.008726]
187+
polar_naca0012.test_vals_aarch64 = [-2.172361, 3.249733, 0.010358, 0.008638]
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: 1 addition & 1 deletion
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.835780, 3.581033, 0.008680, 0.009093]
173+
polar_naca0012.test_vals_aarch64 = [-1.749740, 3.673594, 0.011296, 0.009555]
174174
polar_naca0012.su2_exec = "compute_polar.py -n 1 -i 11"
175175
polar_naca0012.timeout = 1600
176176
polar_naca0012.tol = 0.00001

0 commit comments

Comments
 (0)