Skip to content

Commit

Permalink
Pass the no consideration period from ABSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Mar 24, 2024
1 parent c66ef75 commit f571661
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ def main(args):
finer_discretization_window=EventTime(
FLAGS.finer_discretization_window, EventTime.Unit.US
),
plan_ahead_no_consideration_gap=EventTime(
FLAGS.scheduler_plan_ahead_no_consideration_gap, EventTime.Unit.US
),
)
elif FLAGS.scheduler == "GraphenePrime":
scheduler = TetriSchedScheduler(
Expand Down

0 comments on commit f571661

Please sign in to comment.