-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IO Balance function #125
base: master
Are you sure you want to change the base?
IO Balance function #125
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some comment in the iobalance.py
please also remove all .history files
Added new commits, fixed issues with the IO balance function. |
report df (think about return type, perhaps dict?) once this is done, go to mrio_system - IOSystem and add write pytest function as well |
A function that checks the MRIO balance by:
1- Making sure that the matrix dimensions are compatible
2- Checks if total inputs = total outputs
3- Checks sector/product balance (sector/product inputs = sector/product outputs)