We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca43ed commit d247c6eCopy full SHA for d247c6e
tests/conftest.py
@@ -51,6 +51,7 @@ def DEFAULTS():
51
doubling_time=4.0,
52
n_days=60,
53
market_share=0.15,
54
+ mitigation_date=datetime(year=2020, month=3, day=28),
55
relative_contact_rate=0.3,
56
hospitalized=Disposition(0.025, 7),
57
icu=Disposition(0.0075, 9),
@@ -65,6 +66,7 @@ def param():
65
66
current_hospitalized=100,
67
doubling_time=6.0,
68
market_share=0.05,
69
70
relative_contact_rate=0.15,
71
population=500000,
72
hospitalized=Disposition(0.05, 7),
@@ -81,6 +83,7 @@ def halving_param():
81
83
82
84
85
86
87
relative_contact_rate=0.7,
88
89
0 commit comments