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(shared-data): raise uiMaxFlowRate values to match the default blowout and dispense #15238

Merged
merged 4 commits into from
May 22, 2024

Conversation

jerader
Copy link
Collaborator

@jerader jerader commented May 21, 2024

closes RQA-2722

Overview

A few of the uiMaxFlowRate values were not high enough to account for the default blowout and dispense flow rates. Rather than changing those flow rates, I raised the uiMaxFlowRates for those pipette models. This required me to modify the test to expect the failures for those models.

Those models include: "p50_single_v3.4", "p50_single_v3.5", "p50_single_v3.6", "p50_multi_v3.5", "p50_multi_v3.4"

Test Plan

verify that my test changes and comment make sense

Changelog

  • raised the ui max flow rate to match the default blowout and dispense flow rates
  • modified the pytest to account for the failed asserts and left a comment explaining why we are expecting failed asserts

Review requests

see test plan

Risk assessment

low

@jerader jerader requested review from a team as code owners May 21, 2024 19:58
@jerader jerader requested a review from sfoster1 May 21, 2024 19:58
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

sadly, yeah we have to. really at some point we're going to have to change the way we do the flow rate limits to not be based on a single value.

@jerader jerader requested a review from a team as a code owner May 22, 2024 10:58
@jerader jerader requested review from b-cooper and removed request for a team May 22, 2024 10:58
@jerader jerader merged commit 7b91a08 into edge May 22, 2024
46 checks passed
@jerader jerader deleted the sd_ui-max-flow-rates branch May 22, 2024 14:21
ryanthecoder pushed a commit that referenced this pull request May 28, 2024
…wout and dispense (#15238)

closes RQA-2722

A few of the `uiMaxFlowRate` values were not high enough to account for
the default `blowout` and `dispense` flow rates. Rather than changing
those flow rates, I raised the `uiMaxFlowRate`s for those pipette
models. This required me to modify the test to expect the failures for
those models.
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