Manual edits to remove remaining code style errors

This commit is contained in:
Michael Osthege
2024-10-03 11:05:44 +02:00
committed by Andreas
parent a4d178d250
commit d987437b01
12 changed files with 46 additions and 51 deletions

View File

@@ -1,6 +1,3 @@
import os
import sys
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
@@ -16,12 +13,6 @@ from sklearn.metrics import mean_squared_error, r2_score
# from sklearn.preprocessing import MinMaxScaler
# from sqlalchemy import create_engine
# Add the parent directory to sys.path
sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
from config import *
from modules.class_load import *
class LoadPredictionAdjuster:
def __init__(self, measured_data, predicted_data, load_forecast):