IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
158 stars 71 forks source link

added calc_SY and calc_FY #30

Closed konstantinstadler closed 6 years ago

konstantinstadler commented 6 years ago

SY and FY calculation was not included before. This is fixed with this commit, including tests for both functions.

Sideeffects: calc_system of the extension class now needs the full Y matrix. Y_agg is now calculated in the extensions and not the core.

Fixes #28

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 60


Changes Missing Coverage Covered Lines Changed/Added Lines %
pymrio/core/mriosystem.py 13 17 76.47%
<!-- Total: 28 32 87.5% -->
Totals Coverage Status
Change from base Build 49: 0.4%
Covered Lines: 1115
Relevant Lines: 2454

💛 - Coveralls