Skip to content

Commit

Permalink
todo regarding used wells when no nozzle map present
Browse files Browse the repository at this point in the history
  • Loading branch information
CaseyBatten committed Feb 14, 2024
1 parent aa630f9 commit 90fd772
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/opentrons/protocol_engine/state/tips.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def _set_used_tips(self, well_name: str, labware_id: str) -> None: # noqa: C901
well = columns[critical_column - i][critical_row - j]
wells[well] = TipRackWellState.USED
else:
# TODO: (cb, 2024-2-14): update/remove this case as soon as we gaurantee a nozzle map upon loading a pipette with (Jira RSS-441.)
wells[well_name] = TipRackWellState.USED


Expand Down

0 comments on commit 90fd772

Please sign in to comment.