Skip to content

Commit 9c8e7ad

Browse files
authored
Update parallel_regression.py
Removed space (CodeFactor pointed issue)
1 parent 292d48b commit 9c8e7ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ def main():
259259
test_list.append(ea_naca64206)
260260

261261
# SUPERSONIC FLOW PAST A RAMP IN A CHANNEL
262-
ramp = TestCase('ramp')
263-
ramp.cfg_dir = "euler/ramp"
264-
ramp.cfg_file = "inv_ramp.cfg"
262+
ramp = TestCase('ramp')
263+
ramp.cfg_dir = "euler/ramp"
264+
ramp.cfg_file = "inv_ramp.cfg"
265265
ramp.test_iter = 10
266266
ramp.test_vals = [-0.777734, 4.952001, -0.188418, 0.049145] #last 4 columns
267267
ramp.append(ramp)

0 commit comments

Comments
 (0)