Skip to content

Commit

Permalink
revert back dev changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 7, 2025
1 parent 3f6df84 commit c35bc97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pioreactor/calibrations/stirring_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def run_stirring_calibration(

for count, dc in enumerate(dcs, start=1):
st.set_duty_cycle(dc)
sleep(1)
sleep(3)
rpm = rpm_calc.estimate(2)
measured_rpms.append(dc + 1)
measured_rpms.append(rpm)
logger.debug(f"Detected {rpm=:.1f} RPM @ {dc=}%")

# log progress
Expand Down

0 comments on commit c35bc97

Please sign in to comment.