Skip to content

Commit c8fe35f

Browse files
committed
Modify test params
1 parent b27f6da commit c8fe35f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

changehc/tests/params.json.template

Lines changed: 3 additions & 3 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_emr_file": "test_data/SYNICUE_CMB_INPATIENT_11062020.csv.gz",
6-
"input_claims_file": "test_data/SYNEDI_AGG_INPATIENT_11062020_1451CDT.csv.gz",
5+
"input_denom_file": "test_data/20200601_All_Outpatients_By_County.dat",
6+
"input_covid_file": "test_data/20200601_Covid_Outpatients_By_County.dat",
77
"start_date": "2020-02-01",
88
"end_date": "2020-02-02",
99
"drop_date": "2020-02-02",
@@ -19,4 +19,4 @@
1919
"aws_secret_access_key": "FAKE_TEST_SECRET_ACCESS_KEY"
2020
},
2121
"bucket_name": "test_bucket"
22-
}
22+
}

0 commit comments

Comments
 (0)