-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
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
Re-enable cliff impacts #2211
Re-enable cliff impacts #2211
Conversation
Good to go now |
What does it say the baseline cliff rate and gap are, by CPS and ECPS? |
At the moment, we don't actually permit the running of baseline sims, and thus I cannot run the cliff impacts, either. Is there another policy we can use? Alternatively: should we be enabling baseline runs? |
Just hover over the bar chart |
This is using the MTR-based definition and a delta of $1,000 |
Thanks. For posterity (data for 2024):
|
Description
Fixes #1843. To not crash, this requires the merging of PolicyEngine/policyengine-api#1982; to correctly calculate UK results, PolicyEngine/policyengine-uk#997 must also be merged. This PR will remain in draft until the merging of the relevant API changes and until I can capture some screenshots.
Changes
Re-enables cliff impacts. Also removes a hanging semicolon that created a floating semicolon on the cliff impacts output page. Most of this code merely un-comments code that was previously commented out as a result of #1099.
Screenshots
Tests
N/A