Skip to content

Commit 54700d3

Browse files
authored
removing extra spaces, highlighted by codefactor
1 parent c4a0b98 commit 54700d3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

TestCases/vandv.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ def main():
8686
test_list.append(swbli_sst)
8787

8888
# DSMA661 - SA
89-
dsma661_sa = TestCase('dsma661_sa')
90-
dsma661_sa.cfg_dir = "vandv/rans/dsma661"
91-
dsma661_sa.cfg_file = "dsma661_sa_config.cfg"
92-
dsma661_sa.test_iter = 5
93-
dsma661_sa.test_vals = [-11.011200, -8.142168, -9.022097, -5.967124, -10.593372, 0.155689, 0.024173]
89+
dsma661_sa = TestCase('dsma661_sa')
90+
dsma661_sa.cfg_dir = "vandv/rans/dsma661"
91+
dsma661_sa.cfg_file = "dsma661_sa_config.cfg"
92+
dsma661_sa.test_iter = 5
93+
dsma661_sa.test_vals = [-11.011200, -8.142168, -9.022097, -5.967124, -10.593372, 0.155689, 0.024173]
9494
test_list.append(dsma661_sa)
9595

9696
# DSMA661 - SST-V2003m
97-
dsma661_sst = TestCase('dsma661_sst')
98-
dsma661_sst.cfg_dir = "vandv/rans/dsma661"
99-
dsma661_sst.cfg_file = "dsma661_sst_config.cfg"
100-
dsma661_sst.test_iter = 5
101-
dsma661_sst.test_vals = [-11.010698, -8.227583, -9.039694, -5.941268, -11.102554, -7.855195, 0.156247, 0.023882]
97+
dsma661_sst = TestCase('dsma661_sst')
98+
dsma661_sst.cfg_dir = "vandv/rans/dsma661"
99+
dsma661_sst.cfg_file = "dsma661_sst_config.cfg"
100+
dsma661_sst.test_iter = 5
101+
dsma661_sst.test_vals = [-11.010698, -8.227583, -9.039694, -5.941268, -11.102554, -7.855195, 0.156247, 0.023882]
102102
test_list.append(dsma661_sst)
103103

104104
##########################

0 commit comments

Comments
 (0)