From 52f4023a528d1f1af3a697e9fd12aa25927795f1 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Fri, 17 Sep 2021 17:07:06 +0200 Subject: [PATCH] Variable changes and docstrings update (+1 squashed commit) Squashed commits: [ad950a9] variable renaming and docstring of host_immunity fix --- cara/models.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cara/models.py b/cara/models.py index 157eb256..c4a6005a 100644 --- a/cara/models.py +++ b/cara/models.py @@ -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: """