Skip to content

Commit 7719125

Browse files
committed
Limit forecasting window to one month #560
Set default values to 30
1 parent be67659 commit 7719125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

defaults/cli.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--icu-rate 0.0075
77
--infectious-days 10
88
--market-share 0.15
9-
--n-days 100
9+
--n-days 30
1010
--population 3600000
1111
--recovered 0
1212
--relative-contact-rate 0.45

defaults/cypress.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--icu-rate 0.0075
88
--infectious-days 14
99
--market-share 0.15
10-
--n-days 100
10+
--n-days 30
1111
--population 3600000
1212
--recovered 0
1313
--relative-contact-rate 0.3

0 commit comments

Comments
 (0)