clarify scientific notation

This commit is contained in:
markus 2021-01-22 14:13:13 +01:00
parent da718df7c5
commit 9beb1bcfb3

View file

@ -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.