mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-12-13 15:26:17 +00:00
Moved load_profile db to data
removed comments fixed Bug in visualize.py (extra data empty) removed dead cp
This commit is contained in:
@@ -101,7 +101,7 @@ class LoadForecast:
|
||||
|
||||
# Example usage of the class
|
||||
if __name__ == "__main__":
|
||||
filepath = r"..\load_profiles.npz" # Adjust the path to the .npz file
|
||||
filepath = r"..\data\load_profiles.npz" # Adjust the path to the .npz file
|
||||
lf = LoadForecast(filepath=filepath, year_energy=2000)
|
||||
specific_date_prices = lf.get_daily_stats("2024-02-16") # Adjust date as needed
|
||||
specific_hour_stats = lf.get_hourly_stats(
|
||||
|
||||
Reference in New Issue
Block a user