Skip to content

Commit ce2b259

Browse files
committed
Set day_shift to 0
1 parent 67fa7c4 commit ce2b259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doctor_visits/delphi_doctor_visits/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Config:
1414

1515
# dates
1616
FIRST_DATA_DATE = datetime(2020, 1, 1)
17-
DAY_SHIFT = timedelta(days=1) # shift dates forward for labeling purposes
17+
DAY_SHIFT = timedelta(days=0) # don't shift dates for labeling purposes
1818

1919
# data columns
2020
CLI_COLS = ["Covid_like", "Flu_like", "Mixed"]

0 commit comments

Comments
 (0)