Skip to content

Commit 4e36eee

Browse files
committed
more test changes
1 parent dfd8dab commit 4e36eee

5 files changed

Lines changed: 6 additions & 6 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.520967, 1.375188, 0.000000] #last 4 columns
257-
pywrapper_CFD_AD_MeshDisp.test_vals_aarch64 = [30.000000, -2.516536, 1.386443, 0.000000]
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]
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-4

TestCases/serial_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ def main():
10661066
airfoilRBF.cfg_dir = "fea_fsi/Airfoil_RBF"
10671067
airfoilRBF.cfg_file = "config.cfg"
10681068
airfoilRBF.test_iter = 1
1069-
airfoilRBF.test_vals = [ 1.000000, -2.786186, -4.977944]
1069+
airfoilRBF.test_vals = [1.000000, -2.786183, -4.977961]
10701070
airfoilRBF.multizone = True
10711071
test_list.append(airfoilRBF)
10721072

externals/codi

Submodule codi updated 52 files

subprojects/CoolProp

Submodule CoolProp updated 104 files

0 commit comments

Comments
 (0)