From a4a708ad184a25e2d630e9d252bfd851ac5219d0 Mon Sep 17 00:00:00 2001 From: jdebacker Date: Mon, 22 Jun 2020 19:47:04 -0400 Subject: [PATCH] update to compute cost not value for benefits --- cs-config/cs_config/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cs-config/cs_config/tables.py b/cs-config/cs_config/tables.py index 85dec23..6b1ea62 100644 --- a/cs-config/cs_config/tables.py +++ b/cs-config/cs_config/tables.py @@ -19,7 +19,7 @@ def summary_aggregate(res, tb): ) # tax totals for baseline tax_vars = ["iitax", "payrolltax", "combined", - "benefit_value_total"] + "benefit_cost_total"] aggr_base = tb.multi_var_table(tax_vars, "base") aggr_base.index = AGG_ROW_NAMES # tax totals for reform