Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Apr 4, 2024
1 parent 805f339 commit 5bfe700
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions hardware-testing/hardware_testing/liquid_sense/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,7 @@ def _get_baseline() -> float:

run_args.pipette._retract()
run_args.pipette.move_to(dial_well.top())
tip_length_offset = (
tip_offset - run_args.dial_indicator.read_stable()
)
tip_length_offset = tip_offset - run_args.dial_indicator.read_stable()
run_args.pipette._retract()
print(f"Tip Offset {tip_length_offset}")

Expand Down

0 comments on commit 5bfe700

Please sign in to comment.