Skip to content

Commit c3d8b9c

Browse files
committed
update regression test
1 parent 0cd77ae commit c3d8b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/hybrid_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def main():
242242
pywrapper_FEA_AD_FlowLoad.test_vals_aarch64 = [-0.131745, -0.553214, -0.000364, -0.003101]
243243
pywrapper_FEA_AD_FlowLoad.command = TestCase.Command(exec = "python", param = "run_adjoint.py --parallel -f")
244244
pywrapper_FEA_AD_FlowLoad.timeout = 1600
245-
pywrapper_FEA_AD_FlowLoad.tol = 1e-3
245+
pywrapper_FEA_AD_FlowLoad.tol = 5e-3
246246
pywrapper_FEA_AD_FlowLoad.new_output = False
247247
pywrapper_FEA_AD_FlowLoad.enabled_with_tsan = False
248248
test_list.append(pywrapper_FEA_AD_FlowLoad)

0 commit comments

Comments
 (0)