Skip to content

Commit a30ed74

Browse files
authored
Update TestCases/parallel_regression.py
1 parent 23df953 commit a30ed74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1338,10 +1338,10 @@ def main():
13381338
test_list.append(pywrapper_rigidMotion)
13391339

13401340
# Deforming Bump in Channel
1341-
pywrapper_deformingBump = TestCase('pywrapper deforming bump in channel')
1341+
pywrapper_deformingBump = TestCase('pywrapper_deformingBump')
13421342
pywrapper_deformingBump.cfg_dir = "py_wrapper/deforming_bump_in_channel"
13431343
pywrapper_deformingBump.cfg_file = "config.cfg"
1344-
pywrapper_deformingBump.test_iter = 2
1344+
pywrapper_deformingBump.test_iter = 1
13451345
pywrapper_deformingBump.test_vals = [0.5, 0, -2.55436, -1.084594, -0.024882, 2.907803, 8.785498, -0.363585]
13461346
pywrapper_deformingBump.command = TestCase.Command("mpirun -np 2", "python", "run.py")
13471347
pywrapper_deformingBump.unsteady = True

0 commit comments

Comments
 (0)