Skip to content

fix(abr-testing): remove meniscus steps from stacker protocol#21220

Merged
alexjoel42 merged 5 commits intoedgefrom
remove_meniscus_from_ABR_11
Apr 17, 2026
Merged

fix(abr-testing): remove meniscus steps from stacker protocol#21220
alexjoel42 merged 5 commits intoedgefrom
remove_meniscus_from_ABR_11

Conversation

@alexjoel42
Copy link
Copy Markdown
Contributor

The meniscus values caused the pipette to crash into the deck. We are removing .meniscus and updating the API level to avoid this

Overview

We saw crashes because the pipette wanted to go below the labware. These weren't happening before because in previous API level the labware version was 4 and therefore there was ever so slightly more wiggle room to allow for bad protocol behavior.

Test Plan and Hands on Testing

Run ABR11 (ongoing)

The meniscus values caused the pipette to crash into the deck. We are removing .meniscus and
updating the API level to avoid this
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.33%. Comparing base (2c4489c) to head (940a7c7).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #21220   +/-   ##
=======================================
  Coverage   57.33%   57.33%           
=======================================
  Files        3991     3991           
  Lines      327447   327447           
  Branches    46648    46648           
=======================================
  Hits       187756   187756           
  Misses     139472   139472           
  Partials      219      219           
Flag Coverage Δ
step-generation 5.94% <ø> (-0.01%) ⬇️

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

🚀 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.

location=FRERAT.meniscus(z=-1, target="start"),
end_location=FRERAT.meniscus(z=-1, target="end"),
)
p1000.aspirate(FRERATVol + 1, location=FRERAT.bottom())
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would suggest adding a value to .bottom, or a param for .bottom() cause i suspect we'll see overpressures

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Good golly, I am so glad you caught this. It used to default to 0.5mm I think a very long time ago and I bamboozled myself.

@alexjoel42 alexjoel42 merged commit a78e5b8 into edge Apr 17, 2026
5 checks passed
@alexjoel42 alexjoel42 deleted the remove_meniscus_from_ABR_11 branch April 17, 2026 16:06
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.

2 participants