Skip to content

Commit

Permalink
Merge pull request #1192 from MattHJensen/hardcode_9e99
Browse files Browse the repository at this point in the history
hardcode 9e99 and 1e99 -> 9e99
  • Loading branch information
martinholmer authored Feb 15, 2017
2 parents bbf7b6e + da382f5 commit a72ce51
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions taxcalc/current_law_policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,11 +917,11 @@
"2017"],
"cpi_inflated": true,
"col_label": ["single", "joint", "separate", "head of household", "widow", "separate"],
"value": [[1e99, 1e99, 1e99, 1e99, 1e99, 1e99],
[1e99, 1e99, 1e99, 1e99, 1e99, 1e99],
[1e99, 1e99, 1e99, 1e99, 1e99, 1e99],
[1e99, 1e99, 1e99, 1e99, 1e99, 1e99],
[1e99, 1e99, 1e99, 1e99, 1e99, 1e99]]
"value": [[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99]]
},

"_CG_rt1": {
Expand Down Expand Up @@ -2709,10 +2709,18 @@
"start_year": 2013,
"col_var": "",
"row_var": "",
"row_label": ["2013"],
"row_label": ["2013",
"2014",
"2015",
"2016",
"2017"],
"cpi_inflated": true,
"col_label": ["single", "joint", "separate", "head of household", "widow", "separate"],
"value": [[9e99, 9e99, 9e99, 9e99, 9e99, 9e99]]
"value": [[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99],
[9e99, 9e99, 9e99, 9e99, 9e99, 9e99]]
},

"_LST": {
Expand Down

0 comments on commit a72ce51

Please sign in to comment.