Skip to content

Commit 2732f3e

Browse files
authored
Update TestCases/hybrid_regression.py
1 parent 88a57ac commit 2732f3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

TestCases/hybrid_regression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ def main():
457457
square_cylinder.cfg_dir = "unsteady/square_cylinder"
458458
square_cylinder.cfg_file = "turb_square.cfg"
459459
square_cylinder.test_iter = 3
460-
square_cylinder.test_vals = [-2.558106, -1.162563, 0.066386, 1.399788, 2.220402, 1.399743, 2.218603, -0.453110]
460+
square_cylinder.test_vals = [-2.558001, -1.162564, 0.066372, 1.399788, 2.220402, 1.399743, 2.218603, -0.453110]
461+
square_cylinder.test_vals_aarch64 = [-2.558106, -1.162563, 0.066386, 1.399788, 2.220402, 1.399743, 2.218603, -0.453110]
461462
square_cylinder.unsteady = True
462463
test_list.append(square_cylinder)
463464

0 commit comments

Comments
 (0)