Skip to content

Commit a3d698e

Browse files
authored
Update filepath for regression test
1 parent 9e8c2f2 commit a3d698e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/parallel_regression_AD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ def main():
348348

349349
# 2D DA cht streamwise periodic case, 2 zones, PressureDrop objective, additional pressure drop adjoint equation
350350
da_sp_pinArray_cht_2d_mf = TestCase('da_sp_pinArray_cht_2d_mf')
351-
da_sp_pinArray_cht_2d_mf.cfg_dir = "incomp_navierstokes/streamwise_periodic/chtPinArray_2d_new"
351+
da_sp_pinArray_cht_2d_mf.cfg_dir = "incomp_navierstokes/streamwise_periodic/dp-adjoint_chtPinArray_2d"
352352
da_sp_pinArray_cht_2d_mf.cfg_file = "configMaster.cfg"
353353
da_sp_pinArray_cht_2d_mf.test_iter = 100
354354
da_sp_pinArray_cht_2d_mf.test_vals = [-4.609357, -1.273838, -1.502734, -18.503852, -0.834358, -5.813324, -19.074376, -48.287655]

0 commit comments

Comments
 (0)