removed fraction_deposited comment on text_exposure_model

This commit is contained in:
Luis Aleixo 2022-01-13 11:25:49 +01:00
parent 8d2d846492
commit ad74d68db4

View file

@ -206,7 +206,7 @@ def test_infectious_dose_vectorisation():
10, presence_interval, models.Mask.types['Type I'],
models.Activity.types['Standing'], 0.,
)
model = ExposureModel(cm, population) #, fraction_deposited=1.0
model = ExposureModel(cm, population)
inf_probability = model.infection_probability()
assert isinstance(inf_probability, np.ndarray)
assert inf_probability.shape == (3, )