Closed fwitte closed 4 months ago
Hello @fwitte! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
src/tespy/components/heat_exchangers/simple.py
:Line 351:80: E501 line too long (81 > 79 characters)
src/tespy/networks/network.py
:Line 1631:80: E501 line too long (80 > 79 characters)
src/tespy/tools/characteristics.py
:Line 126:80: E501 line too long (82 > 79 characters)
src/tespy/tools/fluid_properties/mixtures.py
:Line 264:80: E501 line too long (81 > 79 characters)
Most changes are made to fix the doctests.