Update optimize full-run (#238)

* Enable full-run in github workflow
This commit is contained in:
Dominique Lasserre
2024-12-12 14:37:46 +01:00
committed by GitHub
parent 9620efccf1
commit a5e637ab4c
6 changed files with 2272 additions and 854 deletions

View File

@@ -162,7 +162,6 @@ def fastapi_gesamtlast_simple(year_energy: float) -> list[float]:
# gesamtlast.hinzufuegen("Heatpump", leistung_wp) # Add heat pump load to total load calculation
last = gesamtlast.gesamtlast_berechnen() # Calculate total load
print(last) # Output total load
return last.tolist() # Return total load as JSON