pymrio.IOSystem.calc_all

IOSystem.calc_all(include_ghosh=False)

Calculate missing parts of the IOSystem and all extensions.

This method calls calc_system and calc_extensions to perform the calculations.

Parameters

include_ghosh (bool, optional) – If True, includes ghosh calculations in the system and extensions. Default is False.

Returns

self – The updated IOSystem instance after performing all calculations.

Return type

IOSystem