-
Notifications
You must be signed in to change notification settings - Fork 180
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
chore(api): go back to full blowout #13479
Conversation
Codecov Report
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, lgtm.
7971f28
to
60dfbea
Compare
dbf2140
to
38c1b10
Compare
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).
38c1b10
to
cf39d10
Compare
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).
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).
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).
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.