Skip to content

Commit 3e498b0

Browse files
take new regression from serial regression suite. it's only in parallel
1 parent bb9389f commit 3e498b0

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

TestCases/serial_regression.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,7 @@ def main():
8686
viscwedge.timeout = 1600
8787
viscwedge.new_output = True
8888
viscwedge.tol = 0.00001
89-
test_list.append(viscwedge)
90-
91-
# Viscous single wedge with Mutation++
92-
viscwedge_mpp = TestCase('viscwedge_mpp')
93-
viscwedge_mpp.cfg_dir = "nonequilibrium/viscwedge_mpp"
94-
viscwedge_mpp.cfg_file = "viscwedge_mpp.cfg"
95-
viscwedge_mpp.test_iter = 10
96-
viscwedge_mpp.test_vals = [-20.608474,-20.586446,-20.707524,-5.171304,-5.696067,-1.548350,-2.071211,2.231054,-2.545494]
97-
viscwedge_mpp.su2_exec = "SU2_CFD"
98-
viscwedge_mpp.timeout = 1600
99-
viscwedge_mpp.new_output = True
100-
viscwedge_mpp.tol = 0.00001
101-
test_list.append(viscwedge_mpp)
89+
test_list.append(viscwedge)
10290

10391
#########################
10492
## Compressible Euler ###

0 commit comments

Comments
 (0)