-
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
feat(api): static meniscus-relative aspiration #16209
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #16209 +/- ##
==========================================
+ Coverage 73.62% 80.95% +7.32%
==========================================
Files 41 106 +65
Lines 2992 3776 +784
==========================================
+ Hits 2203 3057 +854
+ Misses 789 719 -70
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -64,6 +65,10 @@ def __init__( | |||
) | |||
self._liquid_presence_detection = False | |||
|
|||
@property | |||
def robot_type(self) -> RobotType: |
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.
This is not true, You can use legacy core on a ot3
@@ -77,6 +78,10 @@ def __init__( | |||
) | |||
self._liquid_presence_detection = False | |||
|
|||
@property | |||
def robot_type(self) -> RobotType: |
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.
Also not true, legacy core can be used on ot3.
Overview
This PR adds the meniscusRelative and offsetFromMeniscusMm params to liquid handling Protocol API actions
Test Plan and Hands on Testing
Changelog
Review requests
Risk assessment