Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(abr-testing): Compare LPC of errored labware to LPC data (#15637)
<!-- Thanks for taking the time to open a pull request! Please make sure you've read the "Opening Pull Requests" section of our Contributing Guide: https://github.com/Opentrons/opentrons/blob/edge/CONTRIBUTING.md#opening-pull-requests To ensure your code is reviewed quickly and thoroughly, please fill out the sections below to the best of your ability! --> # Overview Compares LPC of labware in error step to average LPC coordinates of historical runs. # Test Plan Tested on robots with errors including and excluding labware in their error step. # Changelog - Gets LPC coordinates of labware from errored protocol step - Connects to ABR LPC sheet - Filters data to match robot, labware type, adaptor, module, and slot location - Finds average of each coordinate that was not from a run with an error - Creates string that is posted in jira ticket description. # Review requests <!-- Describe any requests for your reviewers here. --> # Risk assessment <!-- Carefully go over your pull request and look at the other parts of the codebase it may affect. 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 in protocol may also change the behavior of labware calibration. Identify the other parts of the system your codebase may affect, so that in addition to your own review and testing, other people who may not have the system internalized as much as you can focus their attention and testing there. -->
- Loading branch information