Skip to content

Commit 4f87859

Browse files
committed
fix link to testcase
1 parent 61d6cff commit 4f87859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,7 +1477,7 @@ def main():
14771477

14781478
# custom source: buoyancy term
14791479
pywrapper_buoyancy = TestCase('pywrapper_buoyancy')
1480-
pywrapper_buoyancy.cfg_dir = "py_wrapper/custom_source"
1480+
pywrapper_buoyancy.cfg_dir = "py_wrapper/custom_source_buoyancy"
14811481
pywrapper_buoyancy.cfg_file = "lam_buoyancy_cavity.cfg"
14821482
pywrapper_buoyancy.test_iter = 0
14831483
pywrapper_buoyancy.test_vals = [0.500000, 0.000000, -3.037859, -1.603563, -2.074259, 2.424288, 7.762848, -0.220436]
@@ -1486,7 +1486,7 @@ def main():
14861486

14871487
# custom source: turbulent flamespeed closure (Zimont model) for PSI testcase
14881488
pywrapper_zimont = TestCase('pywrapper_zimont')
1489-
pywrapper_zimont.cfg_dir = "py_wrapper/psi"
1489+
pywrapper_zimont.cfg_dir = "py_wrapper/turbulent_premixed_psi"
14901490
pywrapper_zimont.cfg_file = "psi.cfg"
14911491
pywrapper_zimont.test_iter = 0
14921492
pywrapper_zimont.test_vals = [0.500000, 0.000000, -3.037859, -1.603563, -2.074259, 2.424288, 7.762848, -0.220436]

0 commit comments

Comments
 (0)