Skip to content

Commit

Permalink
Add warning in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Dec 10, 2021
1 parent 2eb671c commit 9ff40fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/demandlib/bdew/elec_slp.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ class ElecSlp:
seasons : dictionary
Describing the time ranges for summer, winter and transition periods.
The seasons dictionary will update the existing one, so only changed
keys have to be defined. Make sure not to create time gaps.
keys have to be defined. Make sure not to create time gaps. The
"h0_dyn" will not work with changed seasons, so you have to use your
own smoothing curve to create a "h0_dyn" profile.
holidays : dictionary or list
The keys of the dictionary or the items of the list should be datetime
objects of the days that are holidays.
Expand Down

0 comments on commit 9ff40fd

Please sign in to comment.