rickecon / wealthtax

Model for Scoring Wealth Tax and Increased Progressivity in Income Tax - Python Based
3 stars 4 forks source link

updated SS_method2 #12

Closed evan-magnusson closed 9 years ago

evan-magnusson commented 9 years ago

The code in this file is now updated with all the bug fixes from editing the resource constraint problems in the OSPC code (that pull request has much more detail in the commenting). The run_simulation.py file is different than the OSPC's, though, because it has extra code to calibrate the income tax to the wealth tax.

evan-magnusson commented 9 years ago

Since I changed all the documentation in the OSPC code (and fixed the constraint checkers), I copy and pasted all that code into this repo, to have it be as up to date and clear as possible. This is probably the last time we'll update this code in this folder (unless we find bugs in the OSPC code, such as with the immigration rates). From now on, the OSPC code will be in package form, and I think we should just leave this code in this format for the revise/resubmit stage.

rickecon commented 9 years ago

@evan-magnusson Is this ready to go? It looks good to me.

evan-magnusson commented 9 years ago

Yep, it's ready.