File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ def __init__(
103
103
self .n_days = n_days
104
104
105
105
self .daily_growth = daily_growth_helper (self .doubling_time )
106
- self .daily_growth_t = power ( 2 , 1.9 / self .doubling_time_t )
106
+ self .daily_growth_t = daily_growth_helper ( self .doubling_time_t )
107
107
108
108
@property
109
109
def n_days (self ):
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ def test_the_rest_of_header_shows_up():
74
74
def test_daily_growth ():
75
75
st .cleanup ()
76
76
initial_growth = "and daily growth rate of **12.25%**."
77
- mitigated_growth = "and daily growth rate of **1.18 %**."
77
+ mitigated_growth = "and daily growth rate of **9.34 %**."
78
78
display_header (st , PARAM )
79
79
assert len ((list (filter (lambda s : initial_growth in s , st .render_store ))))
80
80
assert len ((list (filter (lambda s : mitigated_growth in s , st .render_store ))))
You can’t perform that action at this time.
0 commit comments