Skip to content

Commit 318a567

Browse files
committed
Keep legacy JCT proxy for dense calibration
1 parent e1ae2b3 commit 318a567

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

policyengine_us_data/tests/test_datasets/test_enhanced_cps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def deprecated_test_ecps_replicates_jct_tax_expenditures_full():
6464
"salt_deduction": 21.247e9,
6565
"medical_expense_deduction": 11.4e9,
6666
"charitable_deduction": 65.301e9,
67-
"deductible_mortgage_interest": 24.8e9,
67+
"interest_deduction": 24.8e9,
6868
}
6969

7070
baseline = Microsimulation(dataset=EnhancedCPS_2024)

policyengine_us_data/tests/test_datasets/test_sparse_enhanced_cps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def deprecated_test_sparse_ecps_replicates_jct_tax_expenditures_full(sim):
129129
"salt_deduction": 21.247e9,
130130
"medical_expense_deduction": 11.4e9,
131131
"charitable_deduction": 65.301e9,
132-
"deductible_mortgage_interest": 24.8e9,
132+
"interest_deduction": 24.8e9,
133133
}
134134

135135
baseline = sim

policyengine_us_data/utils/loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def _add_tax_expenditure_targets(
684684
"salt_deduction": 21.247e9,
685685
"medical_expense_deduction": 11.4e9,
686686
"charitable_deduction": 65.301e9,
687-
"deductible_mortgage_interest": 24.8e9,
687+
"interest_deduction": 24.8e9,
688688
"qualified_business_income_deduction": 63.1e9,
689689
}
690690

0 commit comments

Comments
 (0)