We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66e9bbd + 53eb764 commit 42a4802Copy full SHA for 42a4802
policyengine_us_data/tests/test_datasets/test_enhanced_cps.py
@@ -84,7 +84,7 @@ def apply(self):
84
# Calculate tax expenditure
85
tax_expenditure = (income_tax_r - income_tax_b).sum()
86
pct_error = abs((tax_expenditure - target) / target)
87
- TOLERANCE = 0.2
+ TOLERANCE = 0.3
88
89
print(
90
f"{deduction} tax expenditure {tax_expenditure/1e9:.1f}bn differs from target {target/1e9:.1f}bn by {pct_error:.2%}"
0 commit comments