Skip to content

Commit

Permalink
Merge pull request #1876 from cmu-delphi/ndefries/increase-expected-h…
Browse files Browse the repository at this point in the history
…hs-lag

Increase `hhs` expected lag settings by 1 week to account for new delivery schedule
  • Loading branch information
nmdefries authored Jul 24, 2023
2 parents 5977df8 + 885e6ce commit 4122572
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ansible/templates/hhs_hosp-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"data_source": "hhs",
"api_credentials": "{{ validation_api_key }}",
"span_length": 14,
"min_expected_lag": {"all": "1"},
"max_expected_lag": {"all": "7"},
"min_expected_lag": {"all": "8"},
"max_expected_lag": {"all": "14"},
"dry_run": true,
"suppressed_errors": []
},
Expand Down
2 changes: 1 addition & 1 deletion ansible/templates/sir_complainsalot-params-prod.json.j2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"maintainers": []
},
"hhs": {
"max_age":8,
"max_age":15,
"maintainers": []
}
}
Expand Down
4 changes: 2 additions & 2 deletions hhs_hosp/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"common": {
"data_source": "hhs",
"span_length": 14,
"min_expected_lag": {"all": "1"},
"max_expected_lag": {"all": "7"},
"min_expected_lag": {"all": "8"},
"max_expected_lag": {"all": "14"},
"dry_run": true,
"suppressed_errors": []
},
Expand Down
2 changes: 1 addition & 1 deletion sir_complainsalot/params.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"maintainers": []
},
"hhs": {
"max_age":8,
"max_age":15,
"maintainers": []
}
}
Expand Down

0 comments on commit 4122572

Please sign in to comment.