Skip to content

Commit

Permalink
Pre Commit Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
drbacke committed Oct 5, 2024
1 parent b49321d commit 6ab8a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/class_load_corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import pandas as pd
from sklearn.metrics import mean_squared_error, r2_score


class LoadPredictionAdjuster:
def __init__(self, measured_data, predicted_data, load_forecast):
self.measured_data = measured_data
Expand Down
2 changes: 1 addition & 1 deletion single_test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
# Electricity price forecast (48 hours)
"strompreis_euro_pro_wh": strompreis_euro_pro_wh,
# Minimum SOC for electric car
"eauto_min_soc": 0,
"eauto_min_soc": 70,
# Electric car battery capacity (Wh)
"eauto_cap": 60000,
# Charging efficiency of the electric car
Expand Down

0 comments on commit 6ab8a67

Please sign in to comment.