-
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 (abr-testing): Low Volume 96ch Protocols + Full Liquid Set up Protocol #17475
base: edge
Are you sure you want to change the base?
Conversation
those are schema IDs; they represent the format that all the data the robot server stores things in. you can parse them all as numbers and use the biggest number (parse them as floats though, because we have like |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## edge #17475 +/- ##
==========================================
+ Coverage 26.17% 26.37% +0.20%
==========================================
Files 2835 2835
Lines 217682 217701 +19
Branches 9276 9822 +546
==========================================
+ Hits 56971 57427 +456
+ Misses 160694 160254 -440
- Partials 17 20 +3
Flags with carried forward coverage won't be shown. Click here to find out more. |
Overview
Low Volume 96ch pipette protocol
Test Plan and Hands on Testing
Changelog
Added 3 protocols
Review requests
@sfoster1 I have noticed that the robots will have their protocol files saved in different numbered folders with opentrons-robot-server. How can I get this scrip to iterate these folders to find the file that matches the protocol_id?
Risk assessment