Skip to content

Commit 18fed20

Browse files
committed
Update test files in template and prod params
1 parent a80c015 commit 18fed20

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"static_file_dir": "./static",
33
"export_dir": "/common/covidcast/receiving/changehc",
44
"cache_dir": "./cache",
5-
"input_denom_file": "./tests/test_data/SYNICUE_CMB_INPATIENT_11062020.csv.gz",
6-
"input_covid_file": "./tests/test_data/SYNEDI_AGG_INPATIENT_11062020_1451CDT.csv.gz",
5+
"input_denom_file": "./tests/test_data/20200601_All_Outpatients_By_County.dat",
6+
"input_covid_file": "./tests/test_data/20200601_Covid_Outpatients_By_County.dat",
77
"start_date": "2020-02-01",
88
"end_date": null,
99
"drop_date": null,

changehc/params.json.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"static_file_dir": "./static",
33
"export_dir": "./receiving",
44
"cache_dir": "./cache",
5-
"input_denom_file": "./tests/test_data/SYNICUE_CMB_INPATIENT_11062020.csv.gz",
6-
"input_covid_file": "./tests/test_data/SYNEDI_AGG_INPATIENT_11062020_1451CDT.csv.gz",
5+
"input_denom_file": "./tests/test_data/20200601_All_Outpatients_By_County.dat",
6+
"input_covid_file": "./tests/test_data/20200601_Covid_Outpatients_By_County.dat",
77
"start_date": "2020-02-01",
88
"end_date": null,
99
"drop_date": null,

0 commit comments

Comments
 (0)