You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is meant to complement PolicyEngine/policyengine-core#252. The root of the issue behind that PR was an incorrectly written line that, when executed, did not apply a reform correctly, causing a reform to generate the same impact as the baseline. We could use 5-10 tests for 5-10 super common variables of different types, and would just test to make sure that there is, in fact, an impact from each of these. Alternatively, we create dummy variables with formulas that give very predictable outputs and test for those exact outputs.
Testing for this in core would not be as effective as within the country package itself, as it could catch a wide net of unintended bugs that might impact the country model.
This is meant to complement PolicyEngine/policyengine-core#252. The root of the issue behind that PR was an incorrectly written line that, when executed, did not apply a reform correctly, causing a reform to generate the same impact as the baseline. We could use 5-10 tests for 5-10 super common variables of different types, and would just test to make sure that there is, in fact, an impact from each of these. Alternatively, we create dummy variables with formulas that give very predictable outputs and test for those exact outputs.
Testing for this in core would not be as effective as within the country package itself, as it could catch a wide net of unintended bugs that might impact the country model.
Duplicate of PolicyEngine/policyengine-us#4925.
The text was updated successfully, but these errors were encountered: