Skip to content

Commit

Permalink
add holiday parameter to load_time_series_demandlib
Browse files Browse the repository at this point in the history
  • Loading branch information
joda9 committed Aug 8, 2024
1 parent 789c0a6 commit e332851
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edisgo/io/timeseries_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ def load_time_series_demandlib(edisgo_obj, timeindex=None):
"day": edisgo_obj.config["demandlib"]["weekend_day"],
"night": edisgo_obj.config["demandlib"]["weekend_night"],
},
"holiday": {
"day": edisgo_obj.config["demandlib"]["weekend_day"],
"night": edisgo_obj.config["demandlib"]["weekend_night"],
},
},
)

Expand Down

0 comments on commit e332851

Please sign in to comment.