Skip to content

Commit ae2cf89

Browse files
Increase auto loan test tolerance
Fixes #293
1 parent 4868c31 commit ae2cf89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policyengine_us_data/tests/test_datasets/test_cps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_cps_has_auto_loan_interest():
3737
# Ensure we impute around $85 billion in overtime premium with 20% error bounds.
3838
AUTO_LOAN_INTEREST_TARGET = 85e9
3939
AUTO_LOAN_BALANCE_TARGET = 1550e9
40-
RELATIVE_TOLERANCE = 0.25
40+
RELATIVE_TOLERANCE = 0.4
4141
assert (
4242
abs(
4343
sim.calculate("auto_loan_interest").sum()

0 commit comments

Comments
 (0)