From 95d8244907dedcfeee857618096927bb639007d6 Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Sun, 21 Jan 2018 08:56:35 -0500 Subject: [PATCH 1/2] easy test fixes --- taxcalc/tests/test_compatible_data.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/taxcalc/tests/test_compatible_data.py b/taxcalc/tests/test_compatible_data.py index a5ce95de8..78b252c9c 100644 --- a/taxcalc/tests/test_compatible_data.py +++ b/taxcalc/tests/test_compatible_data.py @@ -104,7 +104,11 @@ def fixture_reform_xx(): '_II_brk7': [[1000000, 1000000, 1000000, 1000000, 1000000]], '_ID_BenefitCap_rt': [0.5], '_PT_rt7': [.35], - '_II_em': [1000] + '_II_em': [1000], + '_ID_Casualty_hc': [.5], + '_ID_Miscellaneous_hc': [.5], + '_ID_prt': [0.03], + '_ID_crt': [0.8] } } return _reform_xx From a4ffc8a3640540401b9e0df7d1e6242b9732d01b Mon Sep 17 00:00:00 2001 From: Matt Jensen Date: Sun, 21 Jan 2018 09:46:58 -0500 Subject: [PATCH 2/2] compatible_data tests passing --- taxcalc/tests/test_compatible_data.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/taxcalc/tests/test_compatible_data.py b/taxcalc/tests/test_compatible_data.py index 78b252c9c..7f6089427 100644 --- a/taxcalc/tests/test_compatible_data.py +++ b/taxcalc/tests/test_compatible_data.py @@ -100,13 +100,13 @@ def fixture_reform_xx(): '_AMT_CG_brk3': [[500000, 500000, 500000, 500000, 500000]], '_AGI_surtax_thd': [[1000000, 1000000, 1000000, 1000000, 1000000]], '_AGI_surtax_trt': [0.5], - '_ID_AmountCap_rt': [0.5], + '_ID_AmountCap_rt': [0.9], '_II_brk7': [[1000000, 1000000, 1000000, 1000000, 1000000]], - '_ID_BenefitCap_rt': [0.5], + '_ID_BenefitCap_rt': [0.4], '_PT_rt7': [.35], '_II_em': [1000], - '_ID_Casualty_hc': [.5], - '_ID_Miscellaneous_hc': [.5], + '_ID_Casualty_hc': [.1], + '_ID_Miscellaneous_hc': [.1], '_ID_prt': [0.03], '_ID_crt': [0.8] }