Skip to content

New threshold values on CERN theme

Luis Aleixo requested to merge feature/pi_thresholds into master

This MR updates the thresholds in the CERN theme, following the update of the model parameters and discussion with CERN Management:

  • ((prob_inf > 10) or (expected_new_cases >= 1)) --> RED
  • if (2 <= prob_inf <= 10) --> Orange
  • if (prob_inf < 2) --> Green

Closes https://gitlab.cern.ch/cara/cara/-/issues/244

Edited by Andre Henriques

Merge request reports