Richard Evans
Richard Evans
Suggestion for @jhumpherys @tylerjarvis. I wanted to make a suggestion for the labs that would really give them more legs and accessibility. The Jupyter people have now come up with...
@asheshrambachan reported that he was having the following problem in trying to complete the [Pandas 3](https://github.com/OpenSourceMacro/BootCamp2017/blob/master/Computation/Wk2_VisPandas/Vol3A-Pandas3-2016.pdf) Python lab. In the lab, you are supposed to import the `pydataset` library using...
This issue is relevant to three other open issues (#493, #574, #699). We are proposing to add a new tax function estimation method, which is a monotonically nondecreasing cubic spline...
With the addition of government capital `K_g` to the model, I am worried about our derivation and specification in the OG-Core master branch of foreign capital inflow to the country...
We discovered after the fact that PR #767 introduced two failures in `test_user_inputs.py` (see [this comment](https://github.com/PSLmodels/OG-Core/pull/775#issuecomment-1016718317) from the conversation thread in PR #775). The two test failures were easily resolved...
Currently when I build the Jupyter Book documentation for OG-Core (v. 0.7.0), we get the following 50 warnings plus three repeating `.mplstyle`-type warnings. We need to fix these. ``` build...
I think we are missing our specification of household social security income through the replacement rate and aggregate pension outlays in the theory documentation of our model, although it is...
OG-USA's testing suite is located primarily in the [`./ogusa/tests/`](https://github.com/PSLmodels/OG-USA/tree/master/ogusa/tests) directory. However, other tests can be found in the [`./regression/`](https://github.com/PSLmodels/OG-USA/tree/master/regression) and [`./cs-config/cs_config/tests/`](https://github.com/PSLmodels/OG-USA/tree/master/cs-config/cs_config/tests) directories as indicated in the [`pytest.ini`](https://github.com/PSLmodels/OG-USA/blob/master/pytest.ini) file. Many of...
This issue highlights the need to create a memory criterion, in addition to the CPU count criterion, in OG-USA's determination of how many workers to use in its `Dask` parallelization....
We need a new functional form for our tax function estimation `tau(x,y)` that is still continuous and monotonically increasing in both labor income `x=w*n` and capital income `y=r*b`( first derivatives...