Closed rickecon closed 5 years ago
We still need to set up Travis CI automatic continuous integration testing for PR's submitted to this repository (See Issue #2). But, as mentioned above, I did run the restricted testing harness offline from the top directory (pytest -s -v -m 'not full_run and not regression'
) and got no errors.
This PR adds all the initial files for a running large-scale overlapping generations model of India. The files were adapted initially from the OG-USA repository as of commit a0f2313 on August 15, 2019. We have changed all the references to India (rather than USA). The calibration of the model is currently the U.S. calibration. But we will modify the model and calibration to fit India.
This build past all restricted unit tests run offline from the top-level folder using
pytest -s -v -m 'not full_run and not regression'
. @sebastiansajie @jdebacker