Skip to content

Commit 75a729d

Browse files
updating residuals p1model parallel regression
1 parent 7606f59 commit 75a729d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,7 @@ def main():
13191319
p1rad.cfg_dir = "radiation/p1model"
13201320
p1rad.cfg_file = "configp1.cfg"
13211321
p1rad.test_iter = 100
1322-
p1rad.test_vals = [-7.639646, -7.433603, -0.546639, 0.013226, -133.880000]
1322+
p1rad.test_vals = [-7.743666, -7.921411, -2.111848, 0.098302, -47.897000]
13231323
test_list.append(p1rad)
13241324

13251325

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ def main():
10981098
p1rad.cfg_dir = "radiation/p1model"
10991099
p1rad.cfg_file = "configp1.cfg"
11001100
p1rad.test_iter = 100
1101-
p1rad.test_vals = [-7.641761, -7.438020, -0.541910, 0.003913, -133.770000]
1101+
p1rad.test_vals = [-7.751309, -7.923059, -2.119084, 0.091733, -47.387000]
11021102
test_list.append(p1rad)
11031103

11041104
# ###############################

0 commit comments

Comments
 (0)