Skip to content

Commit

Permalink
✔️ Add more tests to the parameter editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGilg committed Mar 21, 2024
1 parent ec30635 commit 9424188
Show file tree
Hide file tree
Showing 10 changed files with 841 additions and 274 deletions.
12 changes: 12 additions & 0 deletions frontend/locales/de-backend.json5
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
symbol: 'T_H',
description: 'Dauer des notwendigen Krankenhausaufenthalts (ohne Intensivpflege)',
},
HospitalizedToICUTime: {
symbol: 'Veraltet',
description: 'HospitalizedToICUTime',
},
ICUCasesPerHospitalized: {
symbol: '\\mu_H^U',
description: 'Anteil der hospitalisierten Personen, welche später Intensivpflege benötigen',
Expand All @@ -70,6 +74,10 @@
symbol: 'T_U',
description: 'Dauer der notwendigen Intensivpflege',
},
ICUToHomeTime: {
symbol: 'Veraltet',
description: 'ICUToHomeTime',
},
/*
IncubationTime: {
symbol: 'IT',
Expand All @@ -80,6 +88,10 @@
symbol: 'p^{(0)}',
description: 'Grundlegendes Übertragungsrisiko (ohne Saisonalitätsfaktor)',
},
InfectiousTimeMild: {
symbol: 'Veraltet',
description: 'InfectiousTimeMild',
},
MaxRiskOfInfectionFromSympomatic: {
symbol: '\\xi_{I_{Sy}}',
description: 'Maximales relatives Infektionsrisiko durch nicht-isolierte symptomatische Individuen (mit Testkapazitätsbeschränkungen)',
Expand Down
12 changes: 12 additions & 0 deletions frontend/locales/en-backend.json5
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
symbol: 'T_H',
description: 'Time span of necessary hospitalization (without ICU)',
},
HospitalizedToICUTime: {
symbol: 'Deprecated',
description: 'HospitalizedToICUTime',
},
ICUCasesPerHospitalized: {
symbol: '\\mu_H^U',
description: 'Share of hospitalized patients that later need ICU treatment',
Expand All @@ -69,6 +73,10 @@
symbol: 'T_U',
description: 'Time span of necessary ICU treatment',
},
ICUToHomeTime: {
symbol: 'Deprecated',
description: 'ICUToHomeTime',
},
/*
IncubationTime: {
symbol: 'IT',
Expand All @@ -79,6 +87,10 @@
symbol: 'p^{(0)}',
description: 'Basic Transmission risk (without seasonality factor)',
},
InfectiousTimeMild: {
symbol: 'Deprecated',
description: 'InfectiousTimeMild',
},
MaxRiskOfInfectionFromSympomatic: {
symbol: '\\xi_{I_{Sy}}',
description: 'Maximum relative risk of infection from nonisolated symptomatic individuals (with test capacity limitations)',
Expand Down
Loading

0 comments on commit 9424188

Please sign in to comment.