Skip to content

Commit

Permalink
Format changes to main to fix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
sukritkalra committed Feb 21, 2024
1 parent 60d955f commit 4c0136c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,9 @@ def main(args):
dynamic_discretization=FLAGS.scheduler_dynamic_discretization,
max_occupancy_threshold=FLAGS.scheduler_max_occupancy_threshold,
finer_discretization_at_prev_solution=FLAGS.finer_discretization_at_prev_solution,
finer_discretization_window=EventTime(FLAGS.finer_discretization_window, EventTime.Unit.US)
finer_discretization_window=EventTime(
FLAGS.finer_discretization_window, EventTime.Unit.US
),
)
elif FLAGS.scheduler == "GraphenePrime":
scheduler = TetriSchedScheduler(
Expand Down

0 comments on commit 4c0136c

Please sign in to comment.