Skip to content
Snippets Groups Projects

Better schedule, including plotting

Merged Oscar Gustafsson requested to merge plotschedule into master
2 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
1
@@ -165,7 +165,6 @@ class Schema:
self._start_times[op.graph_id] = op_start_time
self._remove_delays()
print(self._laps)
def plot_schedule(self) -> None:
def _draw_arrow2(start, end):
Loading