|
4 | 4 | MAX_BORROW_OBS = 20 # maximum number of observations can be borrowed in geographical pooling
|
5 | 5 | POOL_DAYS = 7 # number of days in the past (including today) to pool over
|
6 | 6 | 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 |
8 | 8 | # Signal names
|
9 | 9 | SENSORS = {
|
10 | 10 | "covid_ag_smoothed_pct_positive": (False, True),
|
11 | 11 | "covid_ag_raw_pct_positive": (False, False),
|
12 | 12 | # "covid_ag_smoothed_test_per_device": (True, True),
|
13 | 13 | # "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) |
18 | 18 | }
|
19 | 19 | GEO_RESOLUTIONS = [
|
20 | 20 | "county",
|
|
0 commit comments