sid.config

This module contains configuration values for sid.

Module Contents

BOOLEAN_STATE_COLUMNS = ['ever_infected', 'immune', 'infectious', 'symptomatic', 'needs_icu', 'dead', 'pending_test', 'received_test_result', 'knows_immune', 'knows_infectious', 'demands_test', 'allocated_test', 'to_be_processed_test', 'newly_infected', 'newly_deceased', 'new_known_case', 'newly_vaccinated', 'ever_vaccinated', 'is_tested_positive_by_rapid_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_DRAW_COURSE_OF_DISEASE[source]
DTYPE_GROUP_CODE[source]
DTYPE_INDEX[source]
DTYPE_VIRUS_STRAIN[source]
DTYPE_INFECTION_COUNTER[source]
DTYPE_N_CONTACTS[source]
DTYPE_SID_PERIOD[source]
DTYPE_VIRUS_STRAIN_CODES[source]
DTYPE_CONTACT_MODEL_CODES[source]
DTYPE_GROUP_TRANSITION_PROBABILITIES[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]