This commit is contained in:
Andreas 2024-12-26 07:55:29 +01:00
parent ebc41bca14
commit 83a048fb83

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: