Skip to content

Commit dabd7a9

Browse files
authored
Merge pull request #498 from cmu-delphi/change-signal-name
Change signal name again
2 parents bd44e40 + 0c0d05e commit dabd7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changehc/delphi_changehc/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Registry for signal names and geo types"""
2-
SMOOTHED = "smoothed_covid"
3-
SMOOTHED_ADJ = "smoothed_adj_covid"
2+
SMOOTHED = "smoothed_outpatient_covid"
3+
SMOOTHED_ADJ = "smoothed_adj_outpatient_covid"
44
SIGNALS = [SMOOTHED, SMOOTHED_ADJ]
55
NA = "NA"
66
HRR = "hrr"

0 commit comments

Comments
 (0)