Skip to content

Commit ea930bb

Browse files
authored
Merge pull request #1632 from cmu-delphi/krivard/gs-validationfailures
Add validation failures dir for google-symptoms
2 parents ff69ef4 + 5d615c8 commit ea930bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"validation": {
2323
"common": {
2424
"data_source": "google-symptoms",
25+
"validation_failure_dir": "./validation_failures",
2526
"span_length": 14,
2627
"min_expected_lag": {"all": "3"},
2728
"max_expected_lag": {"all": "4"},

google_symptoms/params.json.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"validation": {
1313
"common": {
1414
"data_source": "google-symptoms",
15+
"validation_failure_dir": "./validation_failures",
1516
"span_length": 14,
1617
"min_expected_lag": {"all": "3"},
1718
"max_expected_lag": {"all": "4"},

0 commit comments

Comments
 (0)