We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example ssi_engaged_in_sga shows:
ssi_engaged_in_sga
but here's the tree:
WARNING:root:Parameter gov.states.ct.tax.income.rebate.reduction.start has a child WIDOW that is not in the possible values of filing_status, ignoring. WARNING:root:Parameter gov.states.ct.tax.income.rebate.reduction.start has a child WIDOW that is not in the possible values of filing_status, ignoring. ============================= test session starts ============================== platform linux -- Python 3.9.19, pytest-8.2.2, pluggy-1.5.0 rootdir: /mount/src/policyengine-us-variable-leaves plugins: dependency-0.6.0 collected 1 item test.yaml Computation log: ssi_engaged_in_sga<2024, (default)> = [False] ssi_earned_income<2024, (default)> = [0.] employment_income<2024, (default)> = [0.] employment_income_before_lsr<2024, (default)> = [0.] employment_income_behavioral_response<2024, (default)> = [0.] labor_supply_behavioral_response<2024, (default)> = [0.] employment_income_before_lsr<2024, (default)> = [0.] self_employment_income_before_lsr<2024, (default)> = [0.] self_employment_income<2024, (default)> = [0.] self_employment_income_before_lsr<2024, (default)> = [0.] self_employment_income_behavioral_response<2024, (default)> = [0.] labor_supply_behavioral_response<2024, (default)> = [0.] employment_income_behavioral_response<2024, (default)> = [0.] is_blind<2024, (default)> = [False] .
it should instead stop at employment_income and self_employment_income. might have to hard-code these.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example
ssi_engaged_in_sga
shows:but here's the tree:
it should instead stop at employment_income and self_employment_income. might have to hard-code these.
The text was updated successfully, but these errors were encountered: