oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermal engineering plants such as power plants, district heating systems or heat pumps.
https://tespy.readthedocs.io
MIT License
256 stars 80 forks source link

Add .converged property to network class #418

Closed fwitte closed 1 year ago

fwitte commented 1 year ago

Letting users programatically know, if their simulation has converged. Little less shady than using nwk.res[-1] > 1e-3 for that.

fwitte commented 1 year ago

Implemented in b9bda73