Conversation
…er): add ability to use load_module on the vacuum module + remove millipore references.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## edge #21076 +/- ##
==========================================
- Coverage 56.88% 56.88% -0.01%
==========================================
Files 3991 3991
Lines 330455 330510 +55
Branches 46660 46682 +22
==========================================
+ Hits 187990 188016 +26
- Misses 142243 142272 +29
Partials 222 222
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
ryanthecoder
left a comment
There was a problem hiding this comment.
VacumeModuleMillipore
|
for lint-js erros yarn prettier -w app/src/organisms/ModuleCard/__tests__/ModuleOverflowMenu.test.tsx protocol-designer/src/pages/Designer/DeckSetup/__tests__/utils.test.ts protocol-designer/src/pages/Designer/DeckSetup/constants.ts protocol-designer/src/pages/Designer/ProtocolSteps/Timeline/__tests__/AddStepButton.test.tsx shared-data/js/constants.ts shared-data/js/types.ts |
CaseyBatten
left a comment
There was a problem hiding this comment.
Overall looks good, just a question below on a detail of the deck definition
| }, | ||
| { | ||
| "id": "vacuumModuleV1DockA4", | ||
| "areaType": "lidDock", |
There was a problem hiding this comment.
Is this "lidDock" area type correct for this definition?
There was a problem hiding this comment.
Yeah it is, the dock for this module is only accessible by one type of labware at the moment.
caila-marashaj
left a comment
There was a problem hiding this comment.
Should the protocol_engine VacuumModuleSubstate stuff be a part of this?
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21082 |
Overview
A few sets of changes are needed to enable the protocol engine work and remove Millipore references from the module.
Test Plan and Hands-on Testing
Changelog
vacuumModuleV1DockA4and removeA4as an addressable area from vacuumModuleV1Review requests
Risk assessment
Low, unreleased