Skip to content

Commit 0fc99e9

Browse files
committed
re-update
1 parent 2212d57 commit 0fc99e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def main():
256256
discadj_heat.cfg_dir = "disc_adj_heat"
257257
discadj_heat.cfg_file = "disc_adj_heat.cfg"
258258
discadj_heat.test_iter = 10
259-
discadj_heat.test_vals = [-2.117792, 0.784117, 0.000000, -0.574700]
259+
discadj_heat.test_vals = [-1.840134, 0.750337, 0.000000, 0.006760]
260260
discadj_heat.test_vals_aarch64 = [-2.226539, 0.605868, 0.000000, -6.256400]
261261
test_list.append(discadj_heat)
262262

TestCases/serial_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def main():
183183
discadj_heat.cfg_dir = "disc_adj_heat"
184184
discadj_heat.cfg_file = "disc_adj_heat.cfg"
185185
discadj_heat.test_iter = 10
186-
discadj_heat.test_vals = [-1.956349, 0.722272, 0.000000, 0.007024]
186+
discadj_heat.test_vals = [-1.956346, 0.721746, 0.000000, 0.007024]
187187
test_list.append(discadj_heat)
188188

189189
###################################

0 commit comments

Comments
 (0)