Variable changes and docstrings update (+1 squashed commit)
Squashed commits: [ad950a9] variable renaming and docstring of host_immunity fix
This commit is contained in:
parent
c2f2ca1bf6
commit
52f4023a52
1 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue