Skip to content

Conversation

ddcc4
Copy link
Collaborator

@ddcc4 ddcc4 commented Jun 6, 2025

Creating this mergeback PR now to get approvals; will do the merge at end-of-day.

This pulls in Andy's liquid class parameter changes.

Currently, the merge is clean with no conflicts.

@ddcc4 ddcc4 requested review from sfoster1 and sanni-t June 6, 2025 16:25
@ddcc4 ddcc4 requested a review from a team as a code owner June 6, 2025 16:25
Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Copy link
Member

@sanni-t sanni-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

# Overview

After various discussions we decided to rename the liquid class API
methods:
`define_liquid_class` -> `get_liquid_class`
`define_custom_liquid_class` -> `define_liquid_class`

## Review requests

- I've updated the API version required for using `get_liquid_class` as
v2.24. Are we okay with that? I think it doesn't make sense to keep it
2.23 because technically, 2.23 had a `define_liquid_class` and not
`get..`.

## Risk assessment

None for production code. Refactor only. Internal stakeholders who have
been using liquid classes will need to update their protocols and API
versions.
@sanni-t sanni-t requested a review from a team as a code owner June 6, 2025 20:36
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

Attention: Patch coverage is 0% with 22 lines in your changes missing coverage. Please review.

Project coverage is 23.90%. Comparing base (99f465e) to head (5e854d4).
Report is 424 commits behind head on chore_release-pd-8.5.0.

Files with missing lines Patch % Lines
...ibrary/src/components/labware-ui/labware-images.ts 0.00% 13 Missing ⚠️
...p/src/organisms/ODD/QuickTransferFlow/constants.ts 0.00% 9 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@                    Coverage Diff                     @@
##           chore_release-pd-8.5.0   #18554      +/-   ##
==========================================================
- Coverage                   24.41%   23.90%   -0.52%     
==========================================================
  Files                        3149     3216      +67     
  Lines                      263888   277036   +13148     
  Branches                    24804    26988    +2184     
==========================================================
+ Hits                        64428    66223    +1795     
- Misses                     199437   210790   +11353     
  Partials                       23       23              
Flag Coverage Δ
protocol-designer 18.71% <0.00%> (-0.01%) ⬇️
step-generation 4.39% <0.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...p/src/organisms/ODD/QuickTransferFlow/constants.ts 0.00% <0.00%> (ø)
...ibrary/src/components/labware-ui/labware-images.ts 0.19% <0.00%> (-0.01%) ⬇️

... and 452 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

# Overview

Added new definitions for Axygen 96 wellplate 500ul, SMC 384 read plate,
Corning 96 wellplate 360ul lid, ibidi 96 square well plate 300 ul.

## Test Plan and Hands on Testing

Validated dims through a test protocol "labware def checker" and LPC.
Created labware definitions from technical drawings in the Labware
Expansion Excel sheet.

<!--
- Indicate the level of attention this PR needs.
- Provide context to guide reviewers.
- Discuss trade-offs, coupling, and side effects.
- Look for the possibility, even if you think it's small, that your
change may affect some other part of the system.
- For instance, changing return tip behavior may also change the
behavior of labware calibration.
- How do your unit tests and on hands on testing mitigate this PR's
risks and the risk of future regressions?
- Especially in high risk PRs, explain how you know your testing is
enough.
-->

Closes https://opentrons.atlassian.net/browse/AUTH-1942

---------

Co-authored-by: ABR <[email protected]>
Co-authored-by: Rhyann Clarke <[email protected]>
@rclarke0 rclarke0 requested a review from a team as a code owner June 9, 2025 13:56
@rclarke0 rclarke0 requested review from mjhuff and removed request for a team June 9, 2025 13:56
…18560)

# Overview

Updates the gravimetric test script to use the new `get_liquid_class()`
function and makes the gravimetric script always use the latest API version.

## Risk assessment

None for production code. 
High for testing code if updating the api version is going to have a big
impact on testing. If not, then low-none risk.
@ddcc4 ddcc4 merged commit 085c440 into chore_release-pd-8.5.0 Jun 9, 2025
119 of 124 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants