This commit is contained in:
Andreas 2024-12-26 07:55:29 +01:00
parent ebc41bca14
commit 546400aea6
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
e39e31eb-09f7-46cf-b307-e43453c95009

View File

@ -176,7 +176,6 @@ class HourlyElectricityPriceForecast:
return np.array(average_prices_with_final_weight)
def get_price_for_daterange(
self, start_date_str: str, end_date_str: str, repeat: bool = False
) -> np.ndarray: