add short description to BuonannoSpecificInfectedPopulation
This commit is contained in:
parent
25b9bf56f0
commit
e88c4b8e99
1 changed files with 4 additions and 0 deletions
|
|
@ -296,6 +296,10 @@ class MCConcentrationModel:
|
|||
|
||||
@dataclass(frozen=True)
|
||||
class BuonannoSpecificInfectedPopulation:
|
||||
"""
|
||||
A class representing a specific case described in a paper by Buonanno et al., previously used to compare our
|
||||
results with the results of the paper.
|
||||
"""
|
||||
#: The virus with which the population is infected.
|
||||
virus: MCVirus
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue