sid.config

This module contains configuration values for sid.

Module Contents

BOOLEAN_STATE_COLUMNS = ['ever_infected', 'infectious', 'symptomatic', 'needs_icu', 'dead', 'pending_test',...[source]
DTYPE_COUNTDOWNS[source]

Dtype for the countdowns.

The dtype has to be signed integer because -1 is assigned to counters which have not been started.

DTYPE_CONTACT_MODEL_CODES[source]
DTYPE_DRAW_COURSE_OF_DISEASE[source]
DTYPE_GROUP_CODE[source]
DTYPE_GROUP_TRANSITION_PROBABILITIES[source]
DTYPE_INDEX[source]
DTYPE_INFECTION_COUNTER[source]
DTYPE_IMMUNITY[source]
DTYPE_N_CONTACTS[source]
DTYPE_SID_PERIOD[source]
DTYPE_VIRUS_STRAIN[source]
DTYPE_VIRUS_STRAIN_CODES[source]
INDEX_NAMES = ['category', 'subcategory', 'name'][source]
ROOT_DIR[source]
RELATIVE_POPULATION_PARAMETER[source]
SAVED_COLUMNS[source]
INITIAL_CONDITIONS[source]
DEFAULT_VIRUS_STRAINS[source]
SID_TIME_START[source]