Skip to content

Commit 0baa572

Browse files
authored
updated regression results for dsma661
1 parent 1489b05 commit 0baa572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestCases/vandv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,15 +90,15 @@ def main():
9090
dsma661_sa.cfg_dir = "vandv/rans/dsma661"
9191
dsma661_sa.cfg_file = "dsma661_sa_config.cfg"
9292
dsma661_sa.test_iter = 5
93-
dsma661_sa.test_vals = [-11.011200, -8.142168, -9.022097, -5.967124, -10.593372, 0.155689, 0.024173]
93+
dsma661_sa.test_vals = [-11.013046, -8.140606, -8.989695, -5.978550, -10.593381, 0.155689, 0.024173]
9494
test_list.append(dsma661_sa)
9595

9696
# DSMA661 - SST-V2003m
9797
dsma661_sst = TestCase('dsma661_sst')
9898
dsma661_sst.cfg_dir = "vandv/rans/dsma661"
9999
dsma661_sst.cfg_file = "dsma661_sst_config.cfg"
100100
dsma661_sst.test_iter = 5
101-
dsma661_sst.test_vals = [-11.002911, -8.432352, -9.153743, -6.036758, -10.518805, -8.010407, 0.155948, 0.023353]
101+
dsma661_sst.test_vals = [-11.010713, -8.424971, -9.045546, -5.969005, -10.556865, -8.053764, 0.155948, 0.023353]
102102
test_list.append(dsma661_sst)
103103

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

0 commit comments

Comments
 (0)