Skip to content

Commit

Permalink
undo the todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Nov 22, 2024
1 parent e5bd448 commit 1a66dca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/src/opentrons/protocol_api/instrument_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2158,8 +2158,7 @@ def require_liquid_presence(self, well: labware.Well) -> None:
.. note::
The pressure sensors for the Flex 8-channel pipette are on channels 1 and 8 (positions A1 and H1). For the Flex 96-channel pipette, the pressure sensors are on channels 1 and 96 (positions A1 and H12). Other channels on multi-channel pipettes do not have sensors and cannot detect liquid.
"""
# TODO EXEC-1026 put this back once we have the protocol engine pipette config stuff all hooked up
# self._raise_if_pressure_not_supported_by_pipette()
self._raise_if_pressure_not_supported_by_pipette()
loc = well.top()
self._core.liquid_probe_with_recovery(well._core, loc)

Expand Down

0 comments on commit 1a66dca

Please sign in to comment.