From accf921fead7113a1ae12fe4e4c28f408fd0b755 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 17 Sep 2021 17:14:27 +0200 Subject: [PATCH] Rebase with feature/scientific_model_update --- cara/models.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cara/models.py b/cara/models.py index c4a6005a..157eb256 100644 --- a/cara/models.py +++ b/cara/models.py @@ -682,9 +682,6 @@ class _PopulationWithVirus(Population): #: The virus with which the population is infected. virus: Virus - #: The percentage of host immunity - host_immunity: float - @method_cache def fraction_of_infectious_virus(self) -> _VectorisedFloat: """