We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d3981b commit 8acd892Copy full SHA for 8acd892
claims_hosp/delphi_claims_hosp/config.py
@@ -3,7 +3,7 @@
3
4
Author: Maria Jahja
5
Created: 2020-06-01
6
-Modified: 2020-09-27
+Modified: 2021-12-11
7
8
"""
9
@@ -26,8 +26,8 @@ class Config:
26
# (one day needed for smoother to produce values)
27
BURN_IN_PERIOD = timedelta(days=1)
28
29
- # shift dates forward for labeling purposes
30
- DAY_SHIFT = timedelta(days=1)
+ # if desired, shift dates forward for labeling purposes
+ DAY_SHIFT = timedelta(days=0)
31
32
# data columns
33
CLAIMS_COUNT_COLS = ["Denominator", "Covid_like"]
0 commit comments