Skip to content

Commit 728bfdc

Browse files
committed
fix name of test
1 parent b478e40 commit 728bfdc

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

TestCases/vandv.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ def main():
4141
##########################
4242

4343
# 30P30N
44-
channel = TestCase('30P30N')
45-
channel.cfg_dir = "vandv/rans/30p30n"
46-
channel.cfg_file = "config.cfg"
47-
channel.test_iter = 20
48-
channel.test_vals = [-10.628370, -10.299097, -10.485327, -10.238060, -13.517229, 0.050962, 2.828563, 1.317849, -0.227233]
49-
test_list.append(channel)
44+
p30n30 = TestCase('30P30N')
45+
p30n30.cfg_dir = "vandv/rans/30p30n"
46+
p30n30.cfg_file = "config.cfg"
47+
p30n30.test_iter = 20
48+
p30n30.test_vals = [-10.628370, -10.299097, -10.485327, -10.238060, -13.517229, 0.050962, 2.828563, 1.317849, -0.227233]
49+
test_list.append(p30n30)
5050

5151
#################
5252
### RUN TESTS ###

0 commit comments

Comments
 (0)