Skip to content

Commit a009c2e

Browse files
committed
Revert "more test changes"
This reverts commit 4e36eee.
1 parent ca5f06c commit a009c2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/hybrid_regression_AD.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,8 @@ def main():
253253
pywrapper_CFD_AD_MeshDisp.cfg_dir = "py_wrapper/disc_adj_flow/mesh_disp_sens"
254254
pywrapper_CFD_AD_MeshDisp.cfg_file = "configAD_flow.cfg"
255255
pywrapper_CFD_AD_MeshDisp.test_iter = 1000
256-
pywrapper_CFD_AD_MeshDisp.test_vals = [30.000000, -2.521399, 1.372319, 0.000000] #last 4 columns
257-
pywrapper_CFD_AD_MeshDisp.test_vals_aarch64 = [30.000000, -2.521399, 1.372319, 0.000000]
256+
pywrapper_CFD_AD_MeshDisp.test_vals = [30.000000, -2.520967, 1.375188, 0.000000] #last 4 columns
257+
pywrapper_CFD_AD_MeshDisp.test_vals_aarch64 = [30.000000, -2.516536, 1.386443, 0.000000]
258258
pywrapper_CFD_AD_MeshDisp.command = TestCase.Command(exec = "python", param = "run_adjoint.py --parallel -f")
259259
pywrapper_CFD_AD_MeshDisp.timeout = 1600
260260
pywrapper_CFD_AD_MeshDisp.tol = 1e-3

0 commit comments

Comments
 (0)