oemof / tespy

Thermal Engineering Systems in Python (TESPy). This package provides a powerful simulation toolkit for thermodynamic modeling of thermal engineering plants such as power plants, heat pumps or refrigeration machines.
https://tespy.readthedocs.io
MIT License
281 stars 86 forks source link

Add a tutorial featuring a HRSG power and process steam supply #558

Open fwitte opened 1 month ago

fwitte commented 1 month ago

Following example of #554

pep8speaks commented 1 month ago

Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 8:1: E402 module level import not at top of file Line 9:1: E402 module level import not at top of file Line 10:1: E402 module level import not at top of file Line 11:1: E402 module level import not at top of file Line 12:1: E402 module level import not at top of file Line 13:1: E402 module level import not at top of file Line 14:1: E402 module level import not at top of file Line 15:1: E402 module level import not at top of file Line 37:1: E402 module level import not at top of file Line 45:80: E501 line too long (81 > 79 characters) Line 51:33: E231 missing whitespace after ',' Line 51:49: E231 missing whitespace after ',' Line 52:33: E231 missing whitespace after ',' Line 52:47: E231 missing whitespace after ',' Line 54:33: E231 missing whitespace after ',' Line 56:30: E231 missing whitespace after ',' Line 61:1: E402 module level import not at top of file Line 69:27: E261 at least two spaces before inline comment Line 79:80: E501 line too long (80 > 79 characters) Line 100:1: E402 module level import not at top of file Line 101:1: E402 module level import not at top of file Line 142:80: E501 line too long (87 > 79 characters) Line 200:80: E501 line too long (82 > 79 characters) Line 202:1: E402 module level import not at top of file Line 294:80: E501 line too long (92 > 79 characters)

Comment last updated at 2024-10-20 09:53:51 UTC