Skip to content

Commit 87554b3

Browse files
rois1995MicK7
andauthored
Update TestCases/parallel_regression.py
Co-authored-by: Mickael PHILIT <mickey.phy@gmail.com>
1 parent c013bad commit 87554b3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

TestCases/parallel_regression.py

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

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

15721572
######################################
15731573
### RUN TESTS ###

0 commit comments

Comments
 (0)