Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): change liquid_probe to respect min well height #15488

Merged
merged 12 commits into from
Jun 26, 2024
Prev Previous commit
Next Next commit
lint 2
  • Loading branch information
aaron-kulkarni committed Jun 24, 2024
commit 16631b0a3389fd7e39396345146b8d42cc494515
3 changes: 1 addition & 2 deletions api/src/opentrons/protocol_engine/state/labware.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ def get_should_center_pipette_on_target_well(self, labware_id: str) -> bool:
)

def get_well_min_height(self, labware_id: str, well_name: str) -> float:
"""Get's the minimum distance that a liquid probe must stop
away from the bottom of a well.
"""Get's the minimum distance that a liquid probe must stop away from the bottom of a well.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"""Get's the minimum distance that a liquid probe must stop away from the bottom of a well.
"""Gets the minimum distance that a liquid probe must stop away from the bottom of a well.


Args:
labware_id: Labware identifier.
Expand Down
Loading