diff --git a/cara/montecarlo.py b/cara/montecarlo.py index 4cafa012..dc6d7fa2 100644 --- a/cara/montecarlo.py +++ b/cara/montecarlo.py @@ -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