Skip to content

Commit f457da5

Browse files
author
rois1995
committed
- Format spaces in parallel_regression.py
1 parent 87f9944 commit f457da5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

TestCases/parallel_regression.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,13 +1560,13 @@ def main():
15601560
#####################
15611561

15621562
# CGNS writer
1563-
cgns_writer = TestCase('cgns_writer')
1564-
cgns_writer.cfg_dir = "cgns_writer"
1565-
cgns_writer.cfg_file = "config.cfg"
1566-
cgns_writer.test_iter = 1
1567-
cgns_writer.test_vals = [-2.974473, 0.665204, 5.068846, -7.003873]
1568-
cgns_writer.command = TestCase.Command("mpirun -n 2", "SU2_CFD")
1569-
cgns_writer.new_output = True
1563+
cgns_writer = TestCase('cgns_writer')
1564+
cgns_writer.cfg_dir = "cgns_writer"
1565+
cgns_writer.cfg_file = "config.cfg"
1566+
cgns_writer.test_iter = 1
1567+
cgns_writer.test_vals = [-2.974473, 0.665204, 5.068846, -7.003873]
1568+
cgns_writer.command = TestCase.Command("mpirun -n 2", "SU2_CFD")
1569+
cgns_writer.new_output = True
15701570
test_list.append(cgns_writer)
15711571

15721572
######################################

0 commit comments

Comments
 (0)