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

Create numpy 2 compatibility and remove upper version limits #527

Closed fwitte closed 4 months ago

fwitte commented 4 months ago

Most changes are made to fix the doctests.

pep8speaks commented 4 months ago

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

Line 351:80: E501 line too long (81 > 79 characters)

Line 1631:80: E501 line too long (80 > 79 characters)

Line 126:80: E501 line too long (82 > 79 characters)

Line 264:80: E501 line too long (81 > 79 characters)

Comment last updated at 2024-07-08 21:42:51 UTC