From ad74d68db41d8e3a40e8bfc55694d4c2d2fc4ace Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 13 Jan 2022 11:25:49 +0100 Subject: [PATCH] removed fraction_deposited comment on text_exposure_model --- cara/tests/models/test_exposure_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/tests/models/test_exposure_model.py b/cara/tests/models/test_exposure_model.py index 8b572daf..858b0ada 100644 --- a/cara/tests/models/test_exposure_model.py +++ b/cara/tests/models/test_exposure_model.py @@ -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, )