Skip to content

Commit ef0854a

Browse files
author
Eric Smyth
committed
Change default doubling_time from int to float
1 parent 803677b commit ef0854a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
philly=philly,
1919
),
2020
current_hospitalized=14,
21-
doubling_time=4,
21+
doubling_time=4.0,
2222
known_infected=510,
2323
n_days=60,
2424
market_share=0.15,

0 commit comments

Comments
 (0)