Skip to content

Commit a4d0060

Browse files
authored
Update reg test value
This is due to the previously merged PR #1530 where an NDIME error in the mesh was fixed (where the reg test values already changed) and as this PR makes the same case a restarted one... the values have to be adapted again
1 parent be3bb45 commit a4d0060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ def main():
14281428
sp_pinArray_3d_cht_mf_hf_tp.cfg_dir = "incomp_navierstokes/streamwise_periodic/chtPinArray_3d"
14291429
sp_pinArray_3d_cht_mf_hf_tp.cfg_file = "configMaster.cfg"
14301430
sp_pinArray_3d_cht_mf_hf_tp.test_iter = 30
1431-
sp_pinArray_3d_cht_mf_hf_tp.test_vals = [-13.380025, -9.992493, -32.000000, -0.009675, 99.879812, 4.1920e+02]
1431+
sp_pinArray_3d_cht_mf_hf_tp.test_vals = [-13.380025, -7.476945, -7.025285, -0.009675, 99.879812, 4.1920e+02]
14321432
sp_pinArray_3d_cht_mf_hf_tp.su2_exec = "mpirun -n 2 SU2_CFD"
14331433
sp_pinArray_3d_cht_mf_hf_tp.timeout = 1600
14341434
sp_pinArray_3d_cht_mf_hf_tp.tol = 0.00001

0 commit comments

Comments
 (0)