Pre Commit Fixes

This commit is contained in:
Andreas 2024-10-05 09:20:22 +02:00 committed by Andreas
parent ee3f94a3e2
commit 9471ad7abc
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ import numpy as np
import pandas as pd import pandas as pd
from sklearn.metrics import mean_squared_error, r2_score from sklearn.metrics import mean_squared_error, r2_score
class LoadPredictionAdjuster: class LoadPredictionAdjuster:
def __init__(self, measured_data, predicted_data, load_forecast): def __init__(self, measured_data, predicted_data, load_forecast):
self.measured_data = measured_data self.measured_data = measured_data

View File

@ -341,7 +341,7 @@ parameter = {
# Electricity price forecast (48 hours) # Electricity price forecast (48 hours)
"strompreis_euro_pro_wh": strompreis_euro_pro_wh, "strompreis_euro_pro_wh": strompreis_euro_pro_wh,
# Minimum SOC for electric car # Minimum SOC for electric car
"eauto_min_soc": 0, "eauto_min_soc": 70,
# Electric car battery capacity (Wh) # Electric car battery capacity (Wh)
"eauto_cap": 60000, "eauto_cap": 60000,
# Charging efficiency of the electric car # Charging efficiency of the electric car