Skip to content

Commit 991cab6

Browse files
committed
Merge branch 'master' of github.com:econ-ark/DistributionOfWealthMPC
2 parents 9a4a7ca + e65957e commit 991cab6

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,16 @@ Running do_mid.py will estimate the two main specifications reported in the pape
2424
Running do_custom.py will let you choose exactly which model to estimate
2525

2626
Progress will be printed to screen when these files are run.
27+
28+
## Testing changes
29+
30+
This REMARK is versioned. It will be updated with new releases of HARK.
31+
32+
To test whether recent changes in the dependencies have significantly changed the substantive results, run the test script after running `do_min.py`:
33+
34+
```
35+
python Code/Tests/test_results.py
36+
```
37+
38+
This script compares the results in the output test file with target values.
39+
It will report any results that are outside of a threshold of tolerance.

0 commit comments

Comments
 (0)