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

fix(app): load natural pipetteId during error recovery #15970

Merged
merged 2 commits into from
Aug 12, 2024

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Aug 12, 2024

Closes RQA-2934

Overview

See the ticket for the full explanation. We can safely get the pipetteId from a failed command that involves a pipette, so let's use that instead of loading a pipette with a custom pipetteId.

Screenshot 2024-08-12 at 1 46 43 PM

Test Plan and Hands on Testing

  • See screenshot.

Changelog

  • Pipettes dropping tips during error recovery now load their real pipette id.

Risk assessment

low

@mjhuff mjhuff requested a review from a team as a code owner August 12, 2024 17:51
@@ -334,12 +334,13 @@ const buildMoveToAACommand = (

export const buildLoadPipetteCommand = (
pipetteName: PipetteModelSpecs['name'],
mount: PipetteData['mount']
mount: PipetteData['mount'],
pipetteId?: string | null
Copy link
Contributor

Choose a reason for hiding this comment

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

will this ever be null?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes! See L311 on ManageTips.tsx

Copy link
Contributor

@TamarZanzouri TamarZanzouri left a comment

Choose a reason for hiding this comment

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

just posted a question! but overall looks good!

@mjhuff mjhuff merged commit e279c45 into chore_release-8.0.0 Aug 12, 2024
20 checks passed
@mjhuff mjhuff deleted the app_load-pipette-id-er branch August 12, 2024 19:21
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.

2 participants