Skip to content

Commit

Permalink
fix parallel regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristopher-Morales committed Feb 20, 2025
1 parent b753ad3 commit ec47476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestCases/parallel_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,8 +1102,8 @@ def main():
transonic_stator_restart.cfg_dir = "turbomachinery/transonic_stator_2D"
transonic_stator_restart.cfg_file = "transonic_stator_restart.cfg"
transonic_stator_restart.test_iter = 20
transonic_stator_restart.test_vals = [-5.011833, -3.091110, -2.757789, 1.087935, -3.544705, 2.166101, -471630, 94.868, -0.036253]
transonic_stator_restart.test_vals_aarch64 = [-5.011833, -3.091110, -2.757789, 1.087935, -3.544705, 2.166101, -471630, 94.868, -0.036253]
transonic_stator_restart.test_vals = [-5.011834, -3.091100, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.868, -0.035888]
transonic_stator_restart.test_vals_aarch64 = [-5.011834, -3.091100, -2.757795, 1.087934, -3.544707, 2.166101, -471630, 94.868, -0.035888]
test_list.append(transonic_stator_restart)

# Multiple turbomachinery interface restart
Expand Down

0 comments on commit ec47476

Please sign in to comment.