-
Notifications
You must be signed in to change notification settings - Fork 178
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
Ret 1391 liquid sense script #14774
Closed
Closed
Ret 1391 liquid sense script #14774
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix some errors in the simulation of the script * Switch over the api version to 2.15 * switch protocol engine to using the hardware emulation instead of virtual pipettes * Revert "switch protocol engine to using the hardware emulation instead of virtual pipettes" This reverts commit 5eaef14. * gate virutal pipettes between get_protocol_api and simulate * use push-out and air-gap in the pipetting.py now that we've upgraded to PE. * fix the pipette loading when switching over to PE * improve the way we do labware offsets * fix up a few remaining calls to old functions * format * linting fixes * fix liquid height test script
* override the pipette guards at runtime instead of with a patch * remove the api patch for gravimetric tests * format/lint
* remove custom adapters * use the new load_labware with adapters * remove unneeded retracts now that it properly knows how to move and avoid adapters * update LPC protocols to use real tiprack adapters * format lint * don't try and load the old custom def * get lpc protocols passsing analaysis * workaround a LPC bug (RAUT-897) with moving adapters * format * lint
…14163) We don't need the gravimetric patches anymore so this comments them out and changes the push-ot3-gravimetric to not push anything besides the custom labware defs (for the radwag vial) and the hardware-testing subdirectory this is in an effort to avoid changing the existing software on the bot
…erface. (#14166) * call instrument context configure * don't force an ALL tip config, its that by default and breaks the single channel
…urrent (#14200) * call instrument context configure * don't force an ALL tip config, its that by default and breaks the single channel * simplify found model loading
* call instrument context configure * don't force an ALL tip config, its that by default and breaks the single channel * remove easy instances of using hw_api * at least unify all the calls of get_hardware * call retract less now that we don't need it as much with the tip rack adapter feature * use some updated protocol api commands * add a retract command to intrument context * we have to load the trash manually now * format * fix tests
… adjust for tip variation
…on to make it more readable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Test Plan
Changelog
Review requests
Risk assessment