Skip to content

Commit 9d3981b

Browse files
authored
Merge pull request #1415 from cmu-delphi/can-lag-validator
Change CAN max lag to 9
2 parents a61420d + 782a927 commit 9d3981b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"data_source": "covid-act-now",
2121
"span_length": 14,
2222
"min_expected_lag": {"all": "3"},
23-
"max_expected_lag": {"all": "6"},
23+
"max_expected_lag": {"all": "9"},
2424
"dry_run": true,
2525
"suppressed_errors": [
2626
{"check_name": "check_se_many_missing",

covid_act_now/params.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"data_source": "covid-act-now",
2121
"span_length": 14,
2222
"min_expected_lag": {"all": "3"},
23-
"max_expected_lag": {"all": "6"},
23+
"max_expected_lag": {"all": "9"},
2424
"dry_run": true,
2525
"suppressed_errors": [
2626
{"check_name": "check_se_many_missing",

0 commit comments

Comments
 (0)