Skip to content

Commit f7b8e44

Browse files
committed
Update links of the tutorial regression tests.
1 parent 07b1a8c commit f7b8e44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/tutorials.py

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

9898
# 3 species (2 eq) primitive venturi mixing
9999
species3_primitiveVenturi = TestCase('species3_primitiveVenturi')
100-
species3_primitiveVenturi.cfg_dir = "species_transport/venturi_primitive_3species"
100+
species3_primitiveVenturi.cfg_dir = "../Tutorials/incompressible_flow/Inc_Species_Transport"
101101
species3_primitiveVenturi.cfg_file = "species3_primitiveVenturi.cfg"
102102
species3_primitiveVenturi.test_iter = 50
103103
species3_primitiveVenturi.test_vals = [-6.028145, -5.258104, -5.107927, -5.922051, -1.582604, -6.314220, -6.431771, 5, -0.808615, 5, -2.351160, 5, -0.288300, 1.645644, 0.499064, 0.601230, 0.545351]
@@ -110,7 +110,7 @@ def main():
110110

111111
# 3 species (2 eq) primitive venturi mixing
112112
DAspecies3_primitiveVenturi = TestCase('DAspecies3_primitiveVenturi')
113-
DAspecies3_primitiveVenturi.cfg_dir = "species_transport/venturi_primitive_3species"
113+
DAspecies3_primitiveVenturi.cfg_dir = "../Tutorials/incompressible_flow/Inc_Species_Transport"
114114
DAspecies3_primitiveVenturi.cfg_file = "DAspecies3_primitiveVenturi.cfg"
115115
DAspecies3_primitiveVenturi.test_iter = 50
116116
DAspecies3_primitiveVenturi.test_vals = [-8.519150, -7.786969, -7.774848, -7.474167, -12.127149, -12.262476, -11.456643]

0 commit comments

Comments
 (0)