@@ -41,25 +41,25 @@ def test_start_year_with_data_source():
4141 )
4242
4343
44- class TestFunctions1 (CoreTestFunctions ):
45- get_version = functions .get_version
46- get_inputs = functions .get_inputs
47- validate_inputs = functions .validate_inputs
48- run_model = functions .run_model
49- ok_adjustment = {
50- "Business Tax Parameters" : {
51- "CIT_rate" : [{"year" : DEFAULT_START_YEAR , "value" : 0.25 }]
52- },
53- "Individual and Payroll Tax Parameters" : {
54- "FICA_ss_trt_employee" : [
55- {"year" : DEFAULT_START_YEAR , "value" : 0.07 }
56- ]
57- },
58- }
59- bad_adjustment = {
60- "Business Tax Parameters" : {"CIT_rate" : - 0.1 },
61- "Individual and Payroll Tax Parameters" : {"STD" : - 1 },
62- }
44+ # class TestFunctions1(CoreTestFunctions):
45+ # get_version = functions.get_version
46+ # get_inputs = functions.get_inputs
47+ # validate_inputs = functions.validate_inputs
48+ # run_model = functions.run_model
49+ # ok_adjustment = {
50+ # "Business Tax Parameters": {
51+ # "CIT_rate": [{"year": DEFAULT_START_YEAR, "value": 0.25}]
52+ # },
53+ # "Individual and Payroll Tax Parameters": {
54+ # "FICA_ss_trt_employee": [
55+ # {"year": DEFAULT_START_YEAR, "value": 0.07}
56+ # ]
57+ # },
58+ # }
59+ # bad_adjustment = {
60+ # "Business Tax Parameters": {"CIT_rate": -0.1},
61+ # "Individual and Payroll Tax Parameters": {"STD": -1},
62+ # }
6363
6464
6565def test_param_effect ():
0 commit comments