Skip to content

Commit e91e12a

Browse files
committed
regressions again
1 parent 3c270c8 commit e91e12a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/nonequilibrium/thermalbath/finitechemistry/weakly_ionized.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ MARKER_SYM= (left,bottom,top,right )
4444
NUM_METHOD_GRAD= WEIGHTED_LEAST_SQUARES
4545
CFL_NUMBER= 1.0
4646
TIME_ITER= 3
47-
INNER_ITER= 10
47+
INNER_ITER= 11
4848

4949
% ------------------------ LINEAR SOLVER DEFINITION ---------------------------%
5050
%

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
ionized.cfg_dir = "nonequilibrium/thermalbath/finitechemistry"
6060
ionized.cfg_file = "weakly_ionized.cfg"
6161
ionized.test_iter = 10
62-
ionized.test_vals = [ -8.987250, -1.377981, -0.871645, -1.260237, -1.790041, -0.785945, -4.24928, -3.458887, 5.961210, 0.000000, 0.000000]
62+
ionized.test_vals = [-23.044120, -10.371085, -11.287859, -13.590488, -13.413410, -13.931095, -18.298530, -3.059273, -4.603019, 0.000000, 0.000000]
6363
ionized.su2_exec = "mpirun -n 2 SU2_CFD"
6464
ionized.timeout = 1600
6565
ionized.new_output = True

0 commit comments

Comments
 (0)