Skip to content

Commit ed530f0

Browse files
authored
Merge pull request #1804 from cmu-delphi/ndefries/backfill/state-only
Only run backfill corrections on states for now
2 parents b4caa58 + 2906b3c commit ed530f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"training_days": 270,
77
"lag_pad":2,
88
"export_dir": "./receiving",
9-
"geo_levels": ["state", "county"],
9+
"geo_levels": ["state"],
1010
"value_types": ["count", "fraction"],
1111
"num_col": "num",
1212
"denom_col": "den",

0 commit comments

Comments
 (0)