Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Feature/update risk score master #758

Merged
merged 3 commits into from
Sep 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private ParameterSpec() {
/**
* The allowed maximum value for a risk score.
*/
public static final int RISK_SCORE_MAX = 72;
public static final int RISK_SCORE_MAX = 9999;

/**
* The allowed minimum value for an attenuation threshold.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This is the Risk Score Classification master file. It partitions the risk
# score value range (0.000 - 72.000) into 2 distinct risk classes. These are
# score value range (0.000 - 9999.000) into 2 distinct risk classes. These are
# used by the respective app in order to present the correct risk classification
# in a user friendly manner, based on the underlying total risk score.
#
Expand All @@ -9,7 +9,7 @@
# - "HIGH" class: [min, max]
#
# The risk classes must not overlap and
# cover the full risk score value range (0.000 - 72.000).
# cover the full risk score value range (0.000 - 9999.000).
#
# Change this file with caution!

Expand All @@ -22,5 +22,5 @@ risk-classes:
-
label: HIGH
min: 15
max: 72
max: 9999
url: "https://www.coronawarn.app"
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
min-risk-score: 73
min-risk-score: 10000
risk-score-classes: !include risk-score-class_ok.yaml
exposure-config: !include exposure-config_ok.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ risk-classes:
-
label: HIGH
min: 15
max: 72
max: 9999
url: "https://www.coronawarn.app"