changed models.virus to mc.virus
This commit is contained in:
parent
f0c59b0c61
commit
cca80d86ea
1 changed files with 3 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ def breathing_exposure():
|
|||
),
|
||||
infected=mc.InfectedPopulation(
|
||||
number=1,
|
||||
virus=models.Virus(
|
||||
virus=mc.Virus(
|
||||
viral_load_in_sputum=symptomatic_vl_frequencies,
|
||||
infectious_dose=50.,
|
||||
),
|
||||
|
|
@ -69,7 +69,7 @@ def speaking_exposure():
|
|||
),
|
||||
infected=mc.InfectedPopulation(
|
||||
number=1,
|
||||
virus=models.Virus(
|
||||
virus=mc.Virus(
|
||||
viral_load_in_sputum=symptomatic_vl_frequencies,
|
||||
infectious_dose=50.,
|
||||
),
|
||||
|
|
@ -99,7 +99,7 @@ def shouting_exposure():
|
|||
),
|
||||
infected=mc.InfectedPopulation(
|
||||
number=1,
|
||||
virus=models.Virus(
|
||||
virus=mc.Virus(
|
||||
viral_load_in_sputum=symptomatic_vl_frequencies,
|
||||
infectious_dose=50.,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue