Skip to content

Commit 28de835

Browse files
committed
Another dead assignment
1 parent ee1cabd commit 28de835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __init__(self, p: Parameters):
6464
if p.date_first_hospitalized is None and p.doubling_time is not None:
6565
# Back-projecting to when the first hospitalized case would have
6666
logger.info('Using doubling_time: %s', p.doubling_time)
67-
self.i_day = 0
67+
6868
self.beta = get_beta(intrinsic_growth_rate, gamma, self.susceptible, 0.0)
6969

7070
self.i_day = 0 # seed to the full length

0 commit comments

Comments
 (0)