USEPA / useeior

Estimating potential environmental impacts of goods and services in the US economy
MIT License
31 stars 19 forks source link

Remove Margins table and disable getMarginsImpacts from multi-regional models #290

Closed WesIngwersen closed 2 months ago

WesIngwersen commented 3 months ago

While a two-region model are successfully create with a Margins table, this is just loading the Margins table from the national IO and applying it equally to both regions in the model. This is not throwing an error but it is creating a imbalance and was not intended.

Recommend remove Margins table from these models (only call it for single region models based on BEA IO for now) and return an error message if getMarginsImpacts is called for these models.