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

chore(api): go back to full blowout #13479

Merged

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Sep 6, 2023

We added a default blowout volume to fix essentially the same issue that
push_out fixes better. Now that we have push_out, let's go back to the
full-length blowout as default (though we retain the ability to override
it on command).

This removes the defaultBlowoutVolume from the pipette configs and makes the code go back to doing a full-volume blowout, on the recommendation of hardware.

@sfoster1 sfoster1 requested a review from a team as a code owner September 6, 2023 19:31
@codecov
Copy link

codecov bot commented Sep 6, 2023

Codecov Report

Merging #13479 (cf39d10) into configure-liquid-class-protocol-engine (87004b9) will increase coverage by 0.02%.
Report is 7 commits behind head on configure-liquid-class-protocol-engine.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@                            Coverage Diff                             @@
##           configure-liquid-class-protocol-engine   #13479      +/-   ##
==========================================================================
+ Coverage                                   71.36%   71.38%   +0.02%     
==========================================================================
  Files                                        2434     1586     -848     
  Lines                                       68174    52733   -15441     
  Branches                                     7961     3435    -4526     
==========================================================================
- Hits                                        48652    37645   -11007     
+ Misses                                      17659    14559    -3100     
+ Partials                                     1863      529    -1334     
Flag Coverage Δ
app 43.95% <ø> (-25.06%) ⬇️
g-code-testing 96.44% <ø> (ø)
protocol-designer 46.09% <ø> (ø)
shared-data 74.07% <100.00%> (+0.19%) ⬆️
step-generation 87.18% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
api/src/opentrons/hardware_control/dev_types.py 100.00% <ø> (ø)
...s_shared_data/pipette/scripts/build_json_script.py 0.00% <ø> (ø)
...pentrons_shared_data/pipette/pipette_definition.py 88.81% <100.00%> (-5.97%) ⬇️

... and 848 files with indirect coverage changes

📢 Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Opentrons).

Copy link
Contributor

@Laura-Danielle Laura-Danielle left a comment

Choose a reason for hiding this comment

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

nice, lgtm.

@sfoster1 sfoster1 force-pushed the configure-liquid-class-protocol-engine branch from 7971f28 to 60dfbea Compare September 7, 2023 15:23
@sfoster1 sfoster1 requested a review from a team as a code owner September 7, 2023 15:24
@sfoster1 sfoster1 force-pushed the back-to-full-blowout branch from dbf2140 to 38c1b10 Compare September 7, 2023 15:24
With the advent of push_out, we don't need a default blowout volume that
isn't just "the full remaining length of the pipette" anymore - we can
always default to moving to the end.
We added a default blowout volume to fix essentially the same issue that
push_out fixes better. Now that we have push_out, let's go back to the
full-length blowout as default (though we retain the ability to override
it on command).
@sfoster1 sfoster1 force-pushed the back-to-full-blowout branch from 38c1b10 to cf39d10 Compare September 8, 2023 13:10
@sfoster1 sfoster1 merged commit eaffb51 into configure-liquid-class-protocol-engine Sep 8, 2023
@sfoster1 sfoster1 deleted the back-to-full-blowout branch September 8, 2023 13:21
sfoster1 added a commit that referenced this pull request Sep 8, 2023
With the advent of push_out, we don't need a default blowout volume that
isn't just "the full remaining length of the pipette" anymore - we can
always default to moving to the end.

We added a default blowout volume to fix essentially the same issue that
push_out fixes better. Now that we have push_out, let's go back to the
full-length blowout as default (though we retain the ability to override
it on command).
sfoster1 added a commit that referenced this pull request Sep 15, 2023
With the advent of push_out, we don't need a default blowout volume that
isn't just "the full remaining length of the pipette" anymore - we can
always default to moving to the end.

We added a default blowout volume to fix essentially the same issue that
push_out fixes better. Now that we have push_out, let's go back to the
full-length blowout as default (though we retain the ability to override
it on command).
sfoster1 added a commit that referenced this pull request Sep 15, 2023
With the advent of push_out, we don't need a default blowout volume that
isn't just "the full remaining length of the pipette" anymore - we can
always default to moving to the end.

We added a default blowout volume to fix essentially the same issue that
push_out fixes better. Now that we have push_out, let's go back to the
full-length blowout as default (though we retain the ability to override
it on command).
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