Skip to content

Commit

Permalink
Delete todo about working volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Oct 17, 2024
1 parent b265cb0 commit 58a0c75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/src/opentrons/protocol_engine/execution/tip_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ async def pick_up_tip(
tiprack_diameter=nominal_tip_geometry.diameter,
)

# todo(mm, 2024-10-15): The hardware API's original pick_up_tip() implementation
# seems to set the *current* volume to 0, not the working volume.
# Investigate that discrepancy.
self._hardware_api.set_working_volume(
mount=hw_mount,
tip_volume=nominal_tip_geometry.volume,
Expand Down

0 comments on commit 58a0c75

Please sign in to comment.