Fix bug bug in time segmentation function signature
This commit is contained in:
parent
75ff4134fb
commit
9a69f88a36
@ -3425,7 +3425,7 @@ def cluster_heat_buses(n):
|
|||||||
|
|
||||||
|
|
||||||
def apply_time_segmentation(
|
def apply_time_segmentation(
|
||||||
n, segments, solver_name="cbc", overwrite_time_dependent=True
|
n, segments, solver_name="cbc", overwrite_time_dependent=True, drop_leap_day=False
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Aggregating time series to segments with different lengths.
|
Aggregating time series to segments with different lengths.
|
||||||
|
Loading…
Reference in New Issue
Block a user