Variable changes and docstrings update (+1 squashed commit)

Squashed commits:
[ad950a9] variable renaming and docstring of host_immunity fix
This commit is contained in:
Luis Aleixo 2021-09-17 17:07:06 +02:00
parent c2f2ca1bf6
commit 52f4023a52

View file

@ -682,6 +682,9 @@ 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:
"""