Skip to content

Commit 390e46c

Browse files
authored
Update TestCases/parallel_regression.py
1 parent 73d1116 commit 390e46c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestCases/parallel_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def main():
264264
ramp.cfg_file = "inv_ramp.cfg"
265265
ramp.test_iter = 10
266266
ramp.test_vals = [-13.399623, -7.788893, -0.081064, 0.056474] #last 4 columns
267-
ramp.append(ramp)
267+
test_list.append(ramp)
268268

269269
##########################
270270
### Compressible N-S ###

0 commit comments

Comments
 (0)