remove unused keyword argument in temporal aggregation [no ci]

This commit is contained in:
Fabian Neumann 2024-03-14 18:19:25 +01:00
parent 88dba98512
commit 8d85acc61a

View File

@ -3486,7 +3486,7 @@ def apply_time_segmentation(
return n
def set_temporal_aggregation(n, resolution, solver_name, drop_leap_day=False):
def set_temporal_aggregation(n, resolution, solver_name):
"""
Aggregate network temporally.
"""