Skip to content

Commit 4c5a73d

Browse files
authored
Apply suggestions from code review
1 parent 7aee8d8 commit 4c5a73d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

TestCases/hybrid_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def main():
139139
periodic2d.cfg_dir = "navierstokes/periodic2D"
140140
periodic2d.cfg_file = "config.cfg"
141141
periodic2d.test_iter = 1400
142-
periodic2d.test_vals = [-10.818512, -8.363387, -8.287483, -5.334815, -1.087922, -2945.2]
142+
periodic2d.test_vals = [-10.818511, -8.363385, -8.287482, -5.334813, -1.087926, -2945.2]
143143
test_list.append(periodic2d)
144144

145145
##########################

TestCases/navierstokes/periodic2D/config.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ INNER_ITER= 5000
7070
%
7171
MESH_FORMAT= SU2
7272
MESH_FILENAME= sector.su2
73-
VOLUME_OUTPUT= PRIMITIVE, RESIDUAL
7473
OUTPUT_WRT_FREQ= 9999
7574
%
7675
SCREEN_OUTPUT= ( INNER_ITER, RMS_DENSITY, RMS_MOMENTUM-X, RMS_MOMENTUM-Y,\

0 commit comments

Comments
 (0)