From bef93b160092faf9848dbd4b898462b0177aead7 Mon Sep 17 00:00:00 2001 From: annawendler <106674756+annawendler@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:14:15 +0100 Subject: [PATCH] Update database (#350) - Adapt parameters for simulation model - Add parameter ContactScaling - Remove groups for gender for now --- backend/src/api/fixtures/initial_data.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/backend/src/api/fixtures/initial_data.py b/backend/src/api/fixtures/initial_data.py index c7375b1b..6835a1f3 100644 --- a/backend/src/api/fixtures/initial_data.py +++ b/backend/src/api/fixtures/initial_data.py @@ -415,8 +415,8 @@ ] PARAMETERS = [ - "IncubationTime", - "SerialInterval", + "TimeExposed" + "TimeInfectedNoSymptoms", "TimeInfectedSymptoms", "TimeInfectedSevere", "TimeInfectedCritical", @@ -435,7 +435,8 @@ "ReducInfectedSevereCriticalDeadPartialImmunity", "ReducInfectedSevereCriticalDeadImprovedImmunity", "ReducTimeInfectedMild", - "Seasonality" + "Seasonality", + "ContactScaling" ] COMPARTMENTS = [ @@ -446,8 +447,7 @@ ] GROUP_CATEGORIES = [ - ("age", "Age groups"), - ("gender", "Gender") + ("age", "Age groups") ] GROUPS = [ @@ -457,9 +457,7 @@ ("age_3", "age", "Ages between 35-59 years"), ("age_4", "age", "Ages between 60-79 years"), ("age_5", "age", "Ages above 80"), - ("total", "age", "All ages"), - ("female", "gender", "Female"), - ("male", "gender", "Male") + ("total", "age", "All ages") ] SIMULATION_MODELS = {