add short description to BuonannoSpecificInfectedPopulation

This commit is contained in:
markus 2021-02-09 13:57:39 +01:00
parent 25b9bf56f0
commit e88c4b8e99

View file

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