-
Notifications
You must be signed in to change notification settings - Fork 179
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
automatically assign IP and expected volume moved #15597
Conversation
…t item, changed code to match
… for a working ip grabber.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
did not realize that the lint test was not passed
|
||
|
||
def get_protocol_step_as_int() -> Tuple[int, float, str]: | ||
def get_protocol_step_as_int(storage_directory, robot) -> Tuple[int, float, str]: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
def get_protocol_step_as_int(storage_directory: str, robot: str)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
<!-- 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 <!-- Added section to read a json file in the measurement folder containing all robot IP's and expected volumes moved based on robot name.--> # Test Plan <!-- Tested steps 1, 2, and 3 with measurements. I do not believe more testing is needed. --> # Changelog <!-- - added json file reader for IP's and volumes - added recovery if "Y" or "N" were not input after a measurement --> # Review requests <!-- N/A --> # Risk assessment <!-- This script is not relied on in any other script. -->
Overview
Test Plan
Changelog
Review requests
Risk assessment