mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-12-13 15:26:17 +00:00
Strompreis entkoppelt, kann jetzt als Array übergeben werden.
This commit is contained in:
@@ -29,7 +29,7 @@ def repeat_to_shape(array, target_shape):
|
||||
|
||||
|
||||
class HourlyElectricityPriceForecast:
|
||||
def __init__(self, source, cache_dir='cache', abgaben=0.000, prediction_hours=24): #228
|
||||
def __init__(self, source, cache_dir='cache', abgaben=0.000228, prediction_hours=24): #228
|
||||
self.cache_dir = cache_dir
|
||||
if not os.path.exists(self.cache_dir):
|
||||
os.makedirs(self.cache_dir)
|
||||
|
||||
Reference in New Issue
Block a user