Allows government consumption and investment to come from multiple sectors - #1192
Allows government consumption and investment to come from multiple sectors#1192jdebacker wants to merge 15 commits into
Conversation
|
One important note on the changes in this PR: because each industry contributes to the production of This also means that When running local tests, I'm finding that all the tests that run fully through the SS solution (except for one case) pass: and that all the tests that run fully through the TPI solution (except for the new test added where the IO matrix represents multiple industries contributing to I'm going to ensure these tests pass. But then for other tests that add a new in put (usually G, such as in |
In the current OG-Core, the M-th industry produces all of the non-consumption goods: capital, government consumption, and infrastructure. This PR relaxes the assumption somewhat, allowing all industries' output to combine in producing government consumption expenditures and infrastructure goods.
Addresses Issue #985