question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

In Exposure Config master file: Value for Duration Risk 10< D <= 15 minutes is not set correctly (1 instead of 0)

See original GitHub issue

Describe the bug

Currently, exposure is also assumed for contact with duration more than 10 minutes to 15 minutes in the exposure config file https://github.com/corona-warn-app/cwa-server/blob/eb8be6c3e9c723c62c619784e41889d10054cc93/services/distribution/src/main/resources/master-config/exposure-config.yaml#L34

Expected behaviour

Exposure should only be considered when duration of contact was more than 15 minutes and risk level value for 10< D <= 15 should be set to 0: gt_10_le_15_min: 0

Possible Fix

Change line 34: duration: eq_0_min: 0 gt_0_le_5_min: 0 gt_5_le_10_min: 0 **gt_10_le_15_min: 0** gt_15_le_20_min: 1 gt_20_le_25_min: 1 gt_25_le_30_min: 1 gt_30_min: 1

Additional context

It is widely communicated that the minimum duration of a contact to be considered for contact tracing is more than 15 minutes (see e.g. by WHO https://www.who.int/publications/i/item/contact-tracing-in-the-context-of-covid-19). This was also repeatedly mentioned in the press conference today by Lothar Wieler (https://www.youtube.com/watch?v=GDnaNMGbXnw e.g. minute 48:30).

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:6

github_iconTop GitHub Comments

1reaction
twentacommented, Jun 17, 2020

From reading the documentation (sorry couldn’t find it before), it becomes clear that exposures between 10-15 min are further evaluated and taken into account in case the attenuation suggest a very close contact during this time. So this very likely not a bug.

the time remains unchanged if this risk is estimated as average (for risk exposures), it is extended to one and a half times if the risk is above average, and it is reduced significantly (to around one-sixth) if the risk is below average. As a result, an exposure time of 10 minutes can be extended to more than 15 minutes and an exposure time of 45 minutes can be reduced to less than 10 minutes. https://github.com/corona-warn-app/cwa-documentation/blob/master/cwa-risk-assessment.md

0reactions
pdehayecommented, Jun 23, 2020

@corneliusroemer I do agree the setting of those parameters is extremely important. For this reason I have consolidated all the outstanding questions, to the best of my ability, in corona-warn-app/cwa-documentation#336.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enable Integration Tests on CircleCI for S3 · Issue #336 · corona ...
Some integration tests are currently only able to run locally & are not ... master file: Value for Duration Risk 10< D <=...
Read more >
COMMON ERRORS IN KRONOS AND HOW TO FIX THEM
TIP: Do a CTRL + Click on the topic to link to the error details ... Employees are not allowed to record their...
Read more >
Explaining Odds Ratios - PMC - NCBI - NIH
An odds ratio (OR) is a measure of association between an exposure and an outcome. The OR represents the odds that an outcome...
Read more >
24 Working with dates and times - Stata
Stata stores dates, times, and dates and times as integers such as −4,102, 0, 82, 4,227, and. 1,479,735,745,213. It works like this: 1....
Read more >
Configuring basic system settings Red Hat Enterprise Linux 8
This document describes basics of system administration on Red Hat Enterprise Linux 8. The title focuses on: basic tasks that a system administrator...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found