We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a4a7ca + e65957e commit 991cab6Copy full SHA for 991cab6
README.md
@@ -24,3 +24,16 @@ Running do_mid.py will estimate the two main specifications reported in the pape
24
Running do_custom.py will let you choose exactly which model to estimate
25
26
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