Skip to content

Commit aa086b0

Browse files
authored
Apply suggestions from code review
1 parent 2c0e77c commit aa086b0

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ def main():
916916
channel_3D.cfg_dir = "sliding_interface/channel_3D"
917917
channel_3D.cfg_file = "channel_3D_WA.cfg"
918918
channel_3D.test_iter = 1
919-
channel_3D.test_vals = [1.000000, 0.000000, 0.661408, 0.769902, 0.695663]
919+
channel_3D.test_vals = [1.000000, 0.000000, 0.661408, 0.769988, 0.696033]
920920
channel_3D.test_vals_aarch64 = [1.000000, 0.000000, 0.661408, 0.769902, 0.695663] #last 5 columns
921921
channel_3D.unsteady = True
922922
channel_3D.multizone = True

TestCases/serial_regression_AD.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ def main():
168168
discadj_fea.cfg_file = "configAD_fem.cfg"
169169
discadj_fea.test_iter = 4
170170
discadj_fea.test_vals = [-2.849781, -3.238667, -0.000364, -8.708700]
171+
discadj_fea.tol = 0.00007
171172
test_list.append(discadj_fea)
172173

173174
###################################

TestCases/vandv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,3 @@ def main():
115115

116116
if __name__ == '__main__':
117117
main()
118-
= [-11.527743, -11.150388, -11.944924, -10.750834, -11.116769, -4.030059, 0.002339, -2.730392, -4.067274, 1.276300]

0 commit comments

Comments
 (0)