clarify scientific notation
This commit is contained in:
parent
da718df7c5
commit
9beb1bcfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ class Virus:
|
|||
Virus.types = {
|
||||
'SARS_CoV_2': Virus(
|
||||
halflife=1.1,
|
||||
viral_load_in_sputum=10e8,
|
||||
viral_load_in_sputum=1e9,
|
||||
# No data on coefficient for SARS-CoV-2 yet.
|
||||
# It is somewhere between 0.001 and 0.01 to have a 50% chance
|
||||
# to cause infection. i.e. 1000 or 100 SARS-CoV viruses to cause infection.
|
||||
|
|
|
|||
Loading…
Reference in a new issue