Skip to content

Commit

Permalink
re-update
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarruscag committed Dec 22, 2024
1 parent 2212d57 commit 0fc99e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TestCases/parallel_regression_AD.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def main():
discadj_heat.cfg_dir = "disc_adj_heat"
discadj_heat.cfg_file = "disc_adj_heat.cfg"
discadj_heat.test_iter = 10
discadj_heat.test_vals = [-2.117792, 0.784117, 0.000000, -0.574700]
discadj_heat.test_vals = [-1.840134, 0.750337, 0.000000, 0.006760]
discadj_heat.test_vals_aarch64 = [-2.226539, 0.605868, 0.000000, -6.256400]
test_list.append(discadj_heat)

Expand Down
2 changes: 1 addition & 1 deletion TestCases/serial_regression_AD.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def main():
discadj_heat.cfg_dir = "disc_adj_heat"
discadj_heat.cfg_file = "disc_adj_heat.cfg"
discadj_heat.test_iter = 10
discadj_heat.test_vals = [-1.956349, 0.722272, 0.000000, 0.007024]
discadj_heat.test_vals = [-1.956346, 0.721746, 0.000000, 0.007024]
test_list.append(discadj_heat)

###################################
Expand Down

0 comments on commit 0fc99e9

Please sign in to comment.