Skip to content

Commit 51d9af5

Browse files
more
1 parent 1404625 commit 51d9af5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/pioreactor/calibrations/od_calibration_using_standards.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ def get_voltages_from_adc() -> dict[pt.PdChannel, pt.Voltage]:
300300
):
301301
pass
302302

303+
st.set_state(pt.JobState.READY)
304+
info("Starting stirring...")
305+
st.block_until_rpm_is_close_to_target(abs_tolerance=120)
306+
sleep(1.0)
303307
od600_blank = click.prompt(green("Enter OD600 of your blank"), type=float, prompt_suffix=":")
304308
for i in range(4):
305309
click.echo(".", nl=False)

0 commit comments

Comments
 (0)