Skip to content

Commit

Permalink
Still not sure what is best in align_forks
Browse files Browse the repository at this point in the history
But this helps aligning the blue fork when doing

--batch-sizes 13 --incu 30:00 --protocol-dir automation_v5.0-blue

It's fickle, if you add or remove a second it aligns correctly.
  • Loading branch information
danr committed Jun 21, 2023
1 parent e87c3cf commit cc3dc0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cellpainter/cellpainter/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ def F(cmd: Command) -> Command:
Seq(
Checkpoint(name_wait),
# # not sure which one is best here:
# WaitForCheckpoint(ref_name, assume='nothing') + f'{name_wait} wait',
WaitForCheckpoint(name_wait, assume='nothing') + f'{name_wait} wait',
WaitForCheckpoint(ref_name, assume='nothing') + f'{name_wait} wait',
# WaitForCheckpoint(name_wait, assume='nothing') + f'{name_wait} wait',
Duration(name_wait, Max(priority=-2)),
cmd.command,
Checkpoint(name_sync),
Expand Down

0 comments on commit cc3dc0c

Please sign in to comment.