removed fraction_deposited comment on text_exposure_model
This commit is contained in:
parent
8d2d846492
commit
ad74d68db4
1 changed files with 1 additions and 1 deletions
|
|
@ -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, )
|
||||
|
|
|
|||
Loading…
Reference in a new issue