remove unused keyword argument in temporal aggregation [no ci]
This commit is contained in:
parent
88dba98512
commit
8d85acc61a
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user