Skip to content

Commit 8acd892

Browse files
committed
remove artificial day shift in labeling
1 parent 9d3981b commit 8acd892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

claims_hosp/delphi_claims_hosp/config.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Author: Maria Jahja
55
Created: 2020-06-01
6-
Modified: 2020-09-27
6+
Modified: 2021-12-11
77
88
"""
99

@@ -26,8 +26,8 @@ class Config:
2626
# (one day needed for smoother to produce values)
2727
BURN_IN_PERIOD = timedelta(days=1)
2828

29-
# shift dates forward for labeling purposes
30-
DAY_SHIFT = timedelta(days=1)
29+
# if desired, shift dates forward for labeling purposes
30+
DAY_SHIFT = timedelta(days=0)
3131

3232
# data columns
3333
CLAIMS_COUNT_COLS = ["Denominator", "Covid_like"]

0 commit comments

Comments
 (0)