-
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
chore: mergeback for 7.0.0 #13675
chore: mergeback for 7.0.0 #13675
Conversation
#13567) * updated TCV2 labwareOffset and its flex transform * added stackingOverlap with TCV2 for imp TC-related labware * update calibration block well z, update api tests
All the flex multi pipettes have different tip overlaps than we thought, so update them and also add entries for filter tipracks since they would otherwise use the default of 10.5mm which is definitely wrong.
fixes a reversion introduced by the Flex icon priority changes. since an OT-2 usb connection is actually an ethernet connection inside the frame of the OT-2, we need to only render the ethernet icon for the Flex. closes RQA-1556
…on sessions (#13607) * Move test_sesion.tavern.yaml to sessions/. * Add an integration test. * Do not require a "default" key within gripperOffsets. * Flesh out `get_labware_gripper_offsets()` docstring. * Fix state leakage between /sessions integration tests.
…3606) OT3 tiprack naming convention transitioned to "opentrons_flex_96_tiprack..." standard.
…ror message (#13609) * Map internal strings to user-facing strings. * Resolve todo in integration test.
* fix(app): display alerts for pipette offset discrepencies fix RAUT-737
* feat(app): fix small ui bugs on ODD
* fix(app): fix tc module calibration issue
* fix(app): fix open door alert modal display condition
* feat(app): oDD banners for pipette calibration warning fix RAUT-737 * Update app/src/organisms/Devices/InstrumentsAndModules.tsx Co-authored-by: koji <[email protected]> * format --------- Co-authored-by: Seth Foster <[email protected]> Co-authored-by: koji <[email protected]>
The issue was that the implementation couldn't handle OT-2 case since the initial renderModuleStatus was the button. Update the initial renderModuleStatus and update the conditions. close RQA-1549
* fix(app): update software update modal text style
* fix(app): enable doorSafetySwitch for OT-2
When detaching a gripper instrument, the left hand text prompts the user to remove the bottom screw twice without referencing the top screw. This PR changes the first reference of unscrewing the bottom screw to the top screw.
* fix(app): update conditional calibration required banner rendering Clearing pipette/gripper calibration now sets the calibrated offsets to zero instead of clearing the calibrated offsets property. Checking the date last calibrated property is the easiest and most accurate way to determine if a calibration is necessary. * fix(app): hide OT-2 calibration banner when robot is not viewable
* fix(app): fix odd module screen update issue
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## edge #13675 +/- ##
==========================================
- Coverage 71.23% 71.00% -0.24%
==========================================
Files 2424 2437 +13
Lines 68830 70464 +1634
Branches 8183 8701 +518
==========================================
+ Hits 49034 50034 +1000
- Misses 17917 18473 +556
- Partials 1879 1957 +78
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.
looks good to me!
@@ -19,6 +26,7 @@ const DEFAULT_RELEASE_NOTES = 'We recommend upgrading to the latest version.' | |||
export function ReleaseNotes(props: ReleaseNotesProps): JSX.Element { | |||
const { source } = props | |||
|
|||
console.log(DEFAULT_RELEASE_NOTES) |
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 should be removed
No description provided.