We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27f6da commit c8fe35fCopy full SHA for c8fe35f
changehc/tests/params.json.template
@@ -2,8 +2,8 @@
2
"static_file_dir": "../static",
3
"export_dir": "./receiving",
4
"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",
+ "input_denom_file": "test_data/20200601_All_Outpatients_By_County.dat",
+ "input_covid_file": "test_data/20200601_Covid_Outpatients_By_County.dat",
7
"start_date": "2020-02-01",
8
"end_date": "2020-02-02",
9
"drop_date": "2020-02-02",
@@ -19,4 +19,4 @@
19
"aws_secret_access_key": "FAKE_TEST_SECRET_ACCESS_KEY"
20
},
21
"bucket_name": "test_bucket"
22
-}
+}
0 commit comments