sid.countdowns

Specification of the countdowns that govern the disease progression and testing.

Module Contents

COUNTDOWNS[source]

The dictionary with the information on countdowns.

  • cd_infectious_true is triggered by an infection

  • cd_received_test_result is triggered by tests

  • all other countdowns are triggered by chain reactions.

Type

(dict)

COUNTDOWNS_WITHOUT_DRAWS = ['cd_ever_infected', 'cd_ever_vaccinated', 'cd_received_rapid_test'][source]

Countdowns which do not have draws.

Type

Tuple[str]

COUNTDOWNS_WITH_DRAWS[source]

Countdowns whose length is a random variable.

Type

Tuple[str]