Skip to content
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(api): change liquid_probe to respect min well height #15488

Merged
merged 12 commits into from
Jun 26, 2024
Prev Previous commit
final lint change. probably.
  • Loading branch information
aaron-kulkarni committed Jun 26, 2024
commit 7696d85196d2e06eced6628c2013d2f6d4f37b3c
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,6 @@ def test_get_pipette_static_config(
pipette_lld_settings={
"t50": {"minHeight": 0.5, "minVolume": 0},
"t200": {"minHeight": 0.5, "minVolume": 0},
"t1000": {"minHeight": 0.5, "minVolume": 0}
},
"t1000": {"minHeight": 0.5, "minVolume": 0},
},
)
Loading