Skip to content

Commit

Permalink
Revert "Update database (#350)"
Browse files Browse the repository at this point in the history
This reverts commit bef93b1.
  • Loading branch information
annawendler authored Mar 26, 2024
1 parent bef93b1 commit ecdf9f4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions backend/src/api/fixtures/initial_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,8 @@
]

PARAMETERS = [
"TimeExposed"
"TimeInfectedNoSymptoms",
"IncubationTime",
"SerialInterval",
"TimeInfectedSymptoms",
"TimeInfectedSevere",
"TimeInfectedCritical",
Expand All @@ -435,8 +435,7 @@
"ReducInfectedSevereCriticalDeadPartialImmunity",
"ReducInfectedSevereCriticalDeadImprovedImmunity",
"ReducTimeInfectedMild",
"Seasonality",
"ContactScaling"
"Seasonality"
]

COMPARTMENTS = [
Expand All @@ -447,7 +446,8 @@
]

GROUP_CATEGORIES = [
("age", "Age groups")
("age", "Age groups"),
("gender", "Gender")
]

GROUPS = [
Expand All @@ -457,7 +457,9 @@
("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")
("total", "age", "All ages"),
("female", "gender", "Female"),
("male", "gender", "Male")
]

SIMULATION_MODELS = {
Expand Down

0 comments on commit ecdf9f4

Please sign in to comment.