Heat pump: Tests, Translation, Docstrings, Relocation (#89)

* Add first unit test for heatpump COP calculation

* Translate to english,

add type hints, improve unit tests.

* Run pre-commit

* Apply suggestions from code review

Co-authored-by: Michael Osthege <michael.osthege@outlook.com>

* Remove conftest file

---------

Co-authored-by: Michael Osthege <michael.osthege@outlook.com>
This commit is contained in:
fortrieb
2024-10-06 01:06:08 +02:00
committed by GitHub
parent dd3363b714
commit 66d101fb50
6 changed files with 169 additions and 96 deletions

View File

@@ -89,7 +89,7 @@ This project uses various classes to simulate and optimize the components of an
- `Load`: Models the load requirements of a household or business, enabling the prediction of future energy demand.
- `HeatPump`: Simulates a heat pump, including its energy consumption and efficiency under various operating conditions.
- `Heatpump`: Simulates a heat pump, including its energy consumption and efficiency under various operating conditions.
- `Strompreis`: Provides information on electricity prices, enabling optimization of energy consumption and generation based on tariff information.