Skip to content

Commit cab2ea7

Browse files
committed
Remove obsolete comment
1 parent 28de835 commit cab2ea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/penn_chime/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, p: Parameters):
4444

4545
# Note: this should not be an integer.
4646
# We're appoximating infected from what we do know.
47-
# TODO market_share > 0, hosp_rate > 0
4847
infected = (
4948
1.0 / p.market_share / p.hospitalized.rate
5049
)

0 commit comments

Comments
 (0)