Skip to content
Merged
Changes from 1 commit
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: 0 additions & 2 deletions nssp/delphi_nssp/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"percent_visits_covid": "pct_ed_visits_covid",
"percent_visits_influenza": "pct_ed_visits_influenza",
"percent_visits_rsv": "pct_ed_visits_rsv",
"percent_visits_combined": "pct_ed_visits_combined",
"percent_visits_smoothed_covid": "smoothed_pct_ed_visits_covid",
"percent_visits_smoothed_1": "smoothed_pct_ed_visits_influenza",
"percent_visits_smoothed_rsv": "smoothed_pct_ed_visits_rsv",
"percent_visits_smoothed": "smoothed_pct_ed_visits_combined",
}

SIGNALS = [val for (key, val) in SIGNALS_MAP.items()]
Expand Down
Loading