Skip to content

Commit

Permalink
Merge pull request #123 from jdebacker/fix_example
Browse files Browse the repository at this point in the history
Merging
  • Loading branch information
rickecon authored Oct 4, 2024
2 parents a504ff6 + 2cc35ed commit de673fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/run_og_usa.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def main():

# create new Specifications object for reform simulation
p2 = copy.deepcopy(p)
p2.baseline = False
p2.output_base = reform_dir
# Use calibration class to estimate reform tax functions from
# Tax-Calculator, specifying reform for Tax-Calculator in iit_reform
c2 = Calibration(
Expand Down

0 comments on commit de673fc

Please sign in to comment.