Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortage in ICU Capacity is deactivated #1152

Open
2 tasks done
HenrZu opened this issue Nov 29, 2024 · 0 comments
Open
2 tasks done

Shortage in ICU Capacity is deactivated #1152

HenrZu opened this issue Nov 29, 2024 · 0 comments
Labels
class::bug Bugs found in the software loc::backend This issue concerns the C++ backend implementation. model::ode This issue concerns any kind of ODE-based model.

Comments

@HenrZu
Copy link
Contributor

HenrZu commented Nov 29, 2024

Bug description

When calculating the probability of transition from severe to critical state, we have the problem that:

// TODO: if this is used with vaccination model, it has to be adapted if CriticalPerSevere
// is different for different vaccination status. This is not the case here and in addition, ICUCapacity
// is set to infinity and this functionality is deactivated, so this is OK for the moment.
FP criticalPerSevereAdjusted = smoother_cosine(icu_occupancy, 0.90 * params.template get<ICUCapacity<FP>>(),
                                               params.template get<ICUCapacity<FP>>(),
                                               params.template get<CriticalPerSevere<FP>>()[i], 0);

This should be reworked and fixed to work in the future.

Version

Linux

To reproduce

see model.h files

Relevant log output

No response

Add any relevant information, e.g. used compiler, screenshots.

No response

Checklist

  • Attached labels, especially loc:: or model:: labels.
  • Linked to project
@HenrZu HenrZu added class::bug Bugs found in the software loc::backend This issue concerns the C++ backend implementation. model::ode This issue concerns any kind of ODE-based model. labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class::bug Bugs found in the software loc::backend This issue concerns the C++ backend implementation. model::ode This issue concerns any kind of ODE-based model.
Projects
Status: Product Backlog
Development

No branches or pull requests

1 participant