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): add execution of dispense steps for liquid class based transfer #17138

Draft
wants to merge 1 commit into
base: AUTH-866-add-transfer-flow-builder
Choose a base branch
from

Conversation

sanni-t
Copy link
Member

@sanni-t sanni-t commented Dec 18, 2024

Addresses AUTH-866

WIP

Overview

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

Comment on lines +87 to +99
def update(
self,
liquid: Optional[float] = None,
air_gap: Optional[float] = None,
ready_to_aspirate: Optional[bool] = None,
) -> None:
"""Update the tip state contents with given values."""
if liquid is not None:
self.last_liquid_and_air_gap_in_tip.liquid = liquid
if air_gap is not None:
self.last_liquid_and_air_gap_in_tip.air_gap = air_gap
if ready_to_aspirate is not None:
self.ready_to_aspirate = ready_to_aspirate
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove

`TransferComponentsExecutor`s should be ready_to_aspirate == True.
"""

ready_to_aspirate: bool = True
Copy link
Member Author

Choose a reason for hiding this comment

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

Consider making this an enum that keeps track of where the plunger is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant