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

Change units for fluid properties in log file #420

Closed tboussaid closed 1 year ago

tboussaid commented 1 year ago

General

This PR fixes a small printing error in the log file. When the user choose a unit for a fluid property, the log file will show the range values in SI unit rather than the user specified one. More details can be found in the related issue: https://github.com/oemof/tespy/issues/417

Documentation

No documentation file is affected.

Testing

No tests are affected by this change.

fwitte commented 1 year ago

Great, thank you for your contribution!

fwitte commented 1 year ago

@tboussaid: I included a line in the What's New overview and a link to your github profile on the contributor list.