Skip to content

Commit

Permalink
Merge pull request #8 from PolicyEngine/dataset-fix
Browse files Browse the repository at this point in the history
Apply uprating before reforms
  • Loading branch information
nikhilwoodruff authored Nov 27, 2021
2 parents 3570702 + e11cc1c commit 91e344e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openfisca_tools/microsimulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ def apply(s):
self.apply_reform(
(
self.pre_reform,
carry_over_by_default,
self.reform,
self.post_reform,
carry_over_by_default,
)
)
builder = SimulationBuilder()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="OpenFisca-Tools",
version="0.1.6",
version="0.1.7",
author="PolicyEngine",
license="http://www.fsf.org/licensing/licenses/agpl-3.0.html",
url="https://github.com/policyengine/openfisca-tools",
Expand Down

0 comments on commit 91e344e

Please sign in to comment.