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

fix(api): Copy config lld bug #15986

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

ryanthecoder
Copy link
Contributor

Overview

on specifically the 96 channel we were seeing that the first run would sometimes result in the pipette going ~2mm too far on liquid probe.

Root cause ended up being that we were adjusting the plunger speed used in calculations AFTER doing some of the calculations. It ended up only happening on the first probe after a robot-server restart because after the first run the setting was updated in a reference to the config instead of a copy and that is why it would pass in subsequent runs.

Test Plan and Hands on Testing

Changelog

Review requests

Risk assessment

@ryanthecoder ryanthecoder requested review from a team as code owners August 13, 2024 19:32
@ryanthecoder ryanthecoder requested review from TamarZanzouri and removed request for a team August 13, 2024 19:32
@ryanthecoder ryanthecoder changed the base branch from edge to chore_release-8.0.0 August 13, 2024 19:33
@ryanthecoder ryanthecoder merged commit 286f361 into chore_release-8.0.0 Aug 14, 2024
7 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.

2 participants