Skip to content
Snippets Groups Projects
Commit 96ba8889 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Allow inplace editing of schedule

parent fe1876a0
No related branches found
No related tags found
1 merge request!300Allow inplace editing of schedule
Pipeline #95067 passed
......@@ -327,7 +327,8 @@ class Schedule:
new_schedule = start_scheduler(self)
if inplace:
self = new_schedule
self._start_times = new_schedule._start_times
self._laps = new_schedule._laps
return new_schedule
def increase_time_resolution(self, factor: int) -> "Schedule":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment