Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.68
current_version = 0.3.69
commit = True
message = chore: bump covidcast-indicators to {new_version}
tag = False
12 changes: 0 additions & 12 deletions ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": ["smoothed_covid19","smoothed_adj_covid19"]
},
"google-symptoms": {
"max_age": 6,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": [
"ageusia_raw_search",
"ageusia_smoothed_search",
"anosmia_raw_search",
"anosmia_smoothed_search",
"sum_anosmia_ageusia_raw_search",
"sum_anosmia_ageusia_smoothed_search"
]
},
"quidel": {
"max_age":6,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
Expand Down
2 changes: 1 addition & 1 deletion changehc/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion claims_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion doctor_visits/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion google_symptoms/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion hhs_hosp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion nchs_mortality/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion nssp/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion quidel_covidtest/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69
2 changes: 1 addition & 1 deletion sir_complainsalot/delphi_sir_complainsalot/check_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def check_source(data_source, meta, params, grace, logger): # pylint: disable=t
end_day=datetime.now().strftime("%Y-%m-%d"),
geo_type=row["geo_type"])

latest_data = covidcast.signal(
latest_data = covidcast.covidcast.signal(
data_source, row["signal"],
start_day=datetime.now() - timedelta(days = 14),
end_day=datetime.now(),
Expand Down
12 changes: 0 additions & 12 deletions sir_complainsalot/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": ["smoothed_covid19","smoothed_adj_covid19"]
},
"google-symptoms": {
"max_age": 6,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
"retired-signals": [
"ageusia_raw_search",
"ageusia_smoothed_search",
"anosmia_raw_search",
"anosmia_smoothed_search",
"sum_anosmia_ageusia_raw_search",
"sum_anosmia_ageusia_smoothed_search"
]
},
"quidel": {
"max_age":6,
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
Expand Down
2 changes: 1 addition & 1 deletion sir_complainsalot/version.cfg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version = 0.3.68
current_version = 0.3.69