opentrons
opentrons copied to clipboard
Software for writing protocols and running them on the Opentrons Flex and Opentrons OT-2
# Overview This PR will add stories and test for `ExternalLink` This will close [RAUT-139](https://opentrons.atlassian.net/browse/RAUT-139) # Changelog - add test for ExternalLink - add stories ExternalLink # Review requests -...
# Overview This PR will add test cases for Tooltip fix RAUT-130 # Changelog - add test for Tooltip - add stories for Tooltip # Review requests - [ ]...
Closes RSS-67 # Overview Fixes a bug that would raise h/s movement error for locations that had no slots associated with them (like absolute deck coordinates). It resulted in errors...
Closes RSS-66 # Overview The above issue seems to be a race condition where hardware control internal state sometimes doesn't update before by the next awaited poll. So this PR...
## Overview This PR fixes some remaining errors from the 6.0.1 sync merge to get CI green again on the Python side. ## Changelog - refactor(api): fix up merge errors...
closes RAUT-140 # Overview `TestShakeSlideout` and `TestShake` input value should no longer accept decimal points # Changelog - change input value `value` logic to only accept whole numbers within range...
# Overview closes Jira ticket [RLIQ-8](https://opentrons.atlassian.net/browse/RLIQ-8). this PR gives protocol engine the ability to consume and analyze loadLiquid and store liquids in the engine state. # Changelog - Add LoadLiquid...
# Overview Removes parts of redux server state management that we do not use, including `modules`, `robot`, & `support`. Fixes small bugs caused by incorrect redux store data derivations. This...
# Overview This PR will add icons' list to Storybook and will close [RAUT-138](https://opentrons.atlassian.net/jira/software/c/projects/RAUT/boards/75?modal=detail&selectedIssue=RAUT-138)  # Changelog - add icon list story #...
We previously could figure out whether a robot was an OT-2 or OT-3 based on an element of the robot server health response, sent to us by the discovery client....