Skip to content

Commit 803677b

Browse files
author
Eric Smyth
committed
Change Constants type for doubling_time and relative_contact_rate from int to float
1 parent 44d9faf commit 803677b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/penn_chime/defaults.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ def __init__(
2020
self,
2121
*,
2222
current_hospitalized: int,
23-
doubling_time: int,
23+
doubling_time: float,
2424
known_infected: int,
25-
relative_contact_rate: int,
25+
relative_contact_rate: float,
2626
region: Regions,
2727

2828
hospitalized: RateLos,

0 commit comments

Comments
 (0)