Skip to content

Commit

Permalink
Make sure to get bluewasher working plate
Browse files Browse the repository at this point in the history
  • Loading branch information
danr committed Jun 21, 2023
1 parent a0e0274 commit 11af525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cellpainter/cellpainter/protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,8 @@ def cell_paint_program(batch_sizes: list[int], protocol_config: ProtocolConfig)
program = Seq(
Checkpoint('run'),
program_test_comm(with_blue=protocol_config.use_blue),
# Idle(0) + 'sep',
BlueCmd('get_working_plate').fork() if protocol_config.use_blue else Idle(),
WaitForCheckpoint('run') + 'initialization slack',
program,
Duration('run', OptPrio.batch_time)
)
Expand Down

0 comments on commit 11af525

Please sign in to comment.