Skip to content

Commit 143f9c1

Browse files
authored
Merge pull request #1509 from cmu-delphi/krivard/cpr-min-lag
[CPR] Fix validation failure by setting min expected lag to 3
2 parents 4881e68 + bb3bb28 commit 143f9c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"common": {
1313
"data_source": "dsew-cpr",
1414
"span_length": 14,
15-
"min_expected_lag": {"all": "5"},
15+
"min_expected_lag": {"all": "3"},
1616
"max_expected_lag": {"all": "9"},
1717
"dry_run": true,
1818
"suppressed_errors": []

dsew_community_profile/params.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"common": {
1919
"data_source": "dsew_cpr",
2020
"span_length": 14,
21-
"min_expected_lag": {"all": "5"},
21+
"min_expected_lag": {"all": "3"},
2222
"max_expected_lag": {"all": "9"},
2323
"dry_run": true,
2424
"suppressed_errors": []

0 commit comments

Comments
 (0)