Skip to content

Commit c9c2466

Browse files
committed
merge w. develop, fix conflicts
1 parent 13ce796 commit c9c2466

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

TestCases/parallel_regression.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,7 @@ def main():
311311
flatplate_udobj.cfg_dir = "user_defined_functions"
312312
flatplate_udobj.cfg_file = "lam_flatplate.cfg"
313313
flatplate_udobj.test_iter = 20
314-
<<<<<<< HEAD
315314
flatplate_udobj.test_vals = [-6.663514, -1.189436, -0.954938, 0.000644, -0.000635, 0.000549, -0.001183, 596.930000, 300.010000, 296.920000, 22.187000, 0.527090, 37.284000, 2.354200]
316-
=======
317-
flatplate_udobj.test_vals = [-6.661084, -1.186974, -0.956148, 0.000640, -0.000642, 0.000539, -0.001181, 596.990000, 300.070000, 296.920000, 22.250000, 0.522670, 37.278000, 2.342900]
318-
>>>>>>> develop
319315
test_list.append(flatplate_udobj)
320316

321317
# Laminar cylinder (steady)
@@ -1023,11 +1019,7 @@ def main():
10231019
flatplate_unsteady.cfg_dir = "navierstokes/flatplate"
10241020
flatplate_unsteady.cfg_file = "lam_flatplate_unst.cfg"
10251021
flatplate_unsteady.test_iter = 3
1026-
<<<<<<< HEAD
10271022
flatplate_unsteady.test_vals = [-8.876870, -8.250064, -6.293918, -5.469416, -3.398952, 0.002075, -0.324126]
1028-
=======
1029-
flatplate_unsteady.test_vals = [0.000008, -8.874953, -8.250030, -6.306009, -5.468992, -3.398179, 0.002075, -0.326075]
1030-
>>>>>>> develop
10311023
flatplate_unsteady.unsteady = True
10321024
test_list.append(flatplate_unsteady)
10331025

TestCases/serial_regression.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,11 +1605,7 @@ def main():
16051605
pywrapper_custom_inlet.cfg_dir = "py_wrapper/custom_inlet"
16061606
pywrapper_custom_inlet.cfg_file = "lam_flatplate.cfg"
16071607
pywrapper_custom_inlet.test_iter = 20
1608-
<<<<<<< HEAD
16091608
pywrapper_custom_inlet.test_vals = [-4.120437, -1.540129, -3.563086, 1.342567, -0.748783, 0.161976, -0.012959, 0.516320, -0.529280]
1610-
=======
1611-
pywrapper_custom_inlet.test_vals = [-4.120585, -1.540325, -3.560392, 1.342419, -0.748768, 0.161248, -0.013208, 0.515780, -0.528990]
1612-
>>>>>>> develop
16131609
pywrapper_custom_inlet.command = TestCase.Command(exec = "python", param = "run.py")
16141610
pywrapper_custom_inlet.timeout = 1600
16151611
pywrapper_custom_inlet.tol = 0.0001

0 commit comments

Comments
 (0)