Skip to content

Commit

Permalink
Merge branch 'master' of github.com:econ-ark/DistributionOfWealthMPC
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Jan 25, 2023
2 parents 9a4a7ca + e65957e commit 991cab6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,16 @@ Running do_mid.py will estimate the two main specifications reported in the pape
Running do_custom.py will let you choose exactly which model to estimate

Progress will be printed to screen when these files are run.

## Testing changes

This REMARK is versioned. It will be updated with new releases of HARK.

To test whether recent changes in the dependencies have significantly changed the substantive results, run the test script after running `do_min.py`:

```
python Code/Tests/test_results.py
```

This script compares the results in the output test file with target values.
It will report any results that are outside of a threshold of tolerance.

0 comments on commit 991cab6

Please sign in to comment.