IndEcol / pymrio

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

check function for correct column/index order #107

Open konstantinstadler opened 1 year ago

konstantinstadler commented 1 year ago

dangerous bug in calc_A

it takes the values from the dataframe without ensuring that the order of columns without ensuring the order of columns is correct. This can lead to hard to find bugs when adding new extensions to a mrio.

Improvements: