Skip to content

Commit 5a82682

Browse files
committed
update var namemapping for new change
1 parent 3a7b4af commit 5a82682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_SS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"trssmat": "tr",
7171
"ubissmat": "ubi",
7272
"yss_before_tax_mat": "before_tax_income",
73-
"total_taxes_ss": "hh_taxes",
73+
"total_taxes_ss": "hh_net_taxes",
7474
"etr_ss": "etr",
7575
"mtrx_ss": "mtrx",
7676
"mtry_ss": "mtry",

tests/test_TPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"trssmat": "tr",
8181
"ubissmat": "ubi",
8282
"yss_before_tax_mat": "before_tax_income",
83-
"total_taxes_ss": "hh_taxes",
83+
"total_taxes_ss": "hh_net_taxes",
8484
"etr_ss": "etr",
8585
"mtrx_ss": "mtrx",
8686
"mtry_ss": "mtry",

0 commit comments

Comments
 (0)