Skip to content

Commit 72e3720

Browse files
Jingjing TangJingjing Tang
Jingjing Tang
authored and
Jingjing Tang
committed
uncomment lines for flu signals
1 parent c38a838 commit 72e3720

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

quidel/delphi_quidel/constants.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
MAX_BORROW_OBS = 20 # maximum number of observations can be borrowed in geographical pooling
55
POOL_DAYS = 7 # number of days in the past (including today) to pool over
66
END_FROM_TODAY_MINUS = 5 # report data until - X days
7-
EXPORT_DAY_RANGE = 40 # Number of dates to report
7+
EXPORT_DAY_RANGE = 365 # Number of dates to report
88
# Signal names
99
SENSORS = {
1010
"covid_ag_smoothed_pct_positive": (False, True),
1111
"covid_ag_raw_pct_positive": (False, False),
1212
# "covid_ag_smoothed_test_per_device": (True, True),
1313
# "covid_ag_raw_test_per_device": (True, False),
14-
# "flu_ag_smoothed_pct_positive": (False, True),
15-
# "flu_ag_raw_pct_positive": (False, False),
16-
# "flu_ag_smoothed_test_per_device": (True, True),
17-
# "flu_ag_raw_test_per_device": (True, False)
14+
"flu_ag_smoothed_pct_positive": (False, True),
15+
"flu_ag_raw_pct_positive": (False, False),
16+
"flu_ag_smoothed_test_per_device": (True, True),
17+
"flu_ag_raw_test_per_device": (True, False)
1818
}
1919
GEO_RESOLUTIONS = [
2020
"county",

0 commit comments

Comments
 (0)