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 086eb2c commit 40165c8Copy full SHA for 40165c8
src/penn_chime/models.py
@@ -60,7 +60,7 @@ def __init__(self, p: Parameters):
60
self.recovered = p.recovered
61
62
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
+ # Back-projecting to when the first hospitalized case would have been admitted
64
logger.info('Using doubling_time: %s', p.doubling_time)
65
66
intrinsic_growth_rate = get_growth_rate(p.doubling_time)
0 commit comments