From e88c4b8e9942a2da3445082626998cc7d8bbc03b Mon Sep 17 00:00:00 2001 From: markus Date: Tue, 9 Feb 2021 13:57:39 +0100 Subject: [PATCH] add short description to BuonannoSpecificInfectedPopulation --- cara/montecarlo.py | 4 ++++ 1 file changed, 4 insertions(+) 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