From 58a0c75af97b3f107268f125da8ee9bd2d24ce6b Mon Sep 17 00:00:00 2001 From: Max Marrone Date: Thu, 17 Oct 2024 18:19:56 -0400 Subject: [PATCH] Delete todo about working volume. --- api/src/opentrons/protocol_engine/execution/tip_handler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/src/opentrons/protocol_engine/execution/tip_handler.py b/api/src/opentrons/protocol_engine/execution/tip_handler.py index fd1306785c0..6e496246b8f 100644 --- a/api/src/opentrons/protocol_engine/execution/tip_handler.py +++ b/api/src/opentrons/protocol_engine/execution/tip_handler.py @@ -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,