Skip to content

Commit 40165c8

Browse files
committed
Fix truncated comment
1 parent 086eb2c commit 40165c8

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
@@ -60,7 +60,7 @@ def __init__(self, p: Parameters):
6060
self.recovered = p.recovered
6161

6262
if p.date_first_hospitalized is None and p.doubling_time is not None:
63-
# Back-projecting to when the first hospitalized case would have
63+
# Back-projecting to when the first hospitalized case would have been admitted
6464
logger.info('Using doubling_time: %s', p.doubling_time)
6565

6666
intrinsic_growth_rate = get_growth_rate(p.doubling_time)

0 commit comments

Comments
 (0)