Skip to content

Commit 0772ee2

Browse files
committed
Clean up some more comments, to alleviate my earlier confusion
1 parent cab2ea7 commit 0772ee2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/penn_chime/models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ def __init__(self, p: Parameters):
4242

4343
self.keys = ("susceptible", "infected", "recovered")
4444

45+
# An estimate of the number of infected people on the day that
46+
# the first hospitalized case is seen
47+
#
4548
# Note: this should not be an integer.
46-
# We're appoximating infected from what we do know.
4749
infected = (
4850
1.0 / p.market_share / p.hospitalized.rate
4951
)

0 commit comments

Comments
 (0)