Rebase with feature/scientific_model_update

This commit is contained in:
Luis Aleixo 2021-09-17 17:14:27 +02:00
parent 52f4023a52
commit accf921fea

View file

@ -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:
"""