Commit 6ef46618 authored by Bouknight, Sedrick's avatar Bouknight, Sedrick
Browse files

Cleaning up code

parent 0c0c4f47
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ class ThermoFluidsModel:
        Cleans up the extracted FMU directory.
    """

    def __init__(self, FMU_PATH, start=None):
    def __init__(self, FMU_PATH):
        """
        Constructs all the necessary attributes for the ThermoFluidsModel object.

+0 −2
Original line number Diff line number Diff line
import numpy as np
import pandas as pd
import re
from datetime import datetime

from ..config import load_config_variables
from ..utils import power_to_utilization, next_arrival, encrypt