Skip to content

Commit 6fd189f

Browse files
authored
Merge pull request #1127 from cmu-delphi/krivard/update-sircal-extent
Add missing sources to sirCAL
2 parents ede2410 + 24f0afc commit 6fd189f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
"max_age":6,
4747
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
4848
"retired-signals": ["raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device"]
49+
},
50+
"nchs-mortality": {
51+
"max_age":16,
52+
"maintainers": []
53+
},
54+
"covid-act-now": {
55+
"max_age":5,
56+
"maintainers": []
57+
},
58+
"hhs": {
59+
"max_age":8,
60+
"maintainers": []
4961
}
5062
}
5163
}

sir_complainsalot/params.json.template

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@
4747
"max_age":6,
4848
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
4949
"retired-signals": ["raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device"]
50+
},
51+
"nchs-mortality": {
52+
"max_age":16,
53+
"maintainers": []
54+
},
55+
"covid-act-now": {
56+
"max_age":5,
57+
"maintainers": []
58+
},
59+
"hhs": {
60+
"max_age":8,
61+
"maintainers": []
5062
}
5163
}
5264
}

0 commit comments

Comments
 (0)