Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker authored Dec 4, 2024
1 parent 624a46c commit d6a70e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ OG-PHL is an overlapping-generations (OG) model that allows for dynamic general
* Then install by `pip install -e .`
### Run an example of the model
* Navigate to `./examples`
* Run the model with an example reform from terminal/command prompt by typing `python run_og_zaf.py`
* You can adjust the `./examples/run_og_zaf.py` by modifying model parameters specified in the dictionary passed to the `p.update_specifications()` calls.
* Run the model with an example reform from terminal/command prompt by typing `python run_og_phl.py`
* You can adjust the `./examples/run_og_phl.py` by modifying model parameters specified in the dictionary passed to the `p.update_specifications()` calls.
* Model outputs will be saved in the following files:
* `./examples/OG-PHL_example_plots`
* This folder will contain a number of plots generated from OG-Core to help you visualize the output from your run
Expand Down Expand Up @@ -56,7 +56,7 @@ p.update_specifications({'initial_debt_ratio': updated_params['initial_debt_rati
```

## Disclaimer
The organization of this repository will be changing rapidly, but the `OG-PHL/examples/run_og_zaf.py` script will be kept up to date to run with the master branch of this repo.
The organization of this repository will be changing rapidly, but the `OG-PHL/examples/run_og_phl.py` script will be kept up to date to run with the master branch of this repo.

## Core Maintainers

Expand Down

0 comments on commit d6a70e7

Please sign in to comment.