-
Notifications
You must be signed in to change notification settings - Fork 178
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
refactor(api, robot-server): remove/ update outdated TODOs #16413
Conversation
# TODO (spp, 2024-03-18): use true run-time param overrides once enabled | ||
# for cli protocol simulation/ execution |
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.
Moved from _run_file_non_pe
to _run_file_pe
. Non-pe will never have RTPs
@@ -201,7 +201,6 @@ def device_info(self) -> Mapping[str, str]: | |||
@property | |||
def live_data(self) -> LiveData: | |||
return { | |||
# TODO (spp, 2022-2-22): Revise what status includes |
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.
There's a more detailed comment at a more appropriate place in this file
@@ -311,7 +311,6 @@ def load_adapter( | |||
|
|||
return labware_core | |||
|
|||
# TODO (spp, 2022-12-14): https://opentrons.atlassian.net/browse/RLAB-237 |
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.
RLAB-237 is completed.
# TODO (spp, 2022-10-27): This only raises if latch status is 'idle_closed'. | ||
# We need to update the flagger to raise if latch status is anything other | ||
# than 'idle_open' |
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.
The other error is handled on next line.
# TODO (spp, 2022-10-20): name this GripperMovementHandler if it doesn't handle | ||
# any non-gripper implementations |
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.
This does manual labware movement deck conflict checks too.
# TODO (spp, 2024-03-18): use true run-time param overrides once enabled | ||
# for cli protocol simulation/ execution |
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.
Moved from _run_file_non_pe to _run_file_pe. Non-pe simulate will never have RTPs
# TODO (spp, 2023-01-03): update calibration field as decided after | ||
# spike https://opentrons.atlassian.net/browse/RSS-167 |
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.
RSS-167 is completed
# TODO (spp, 2023-01-06): revise according to | ||
# https://opentrons.atlassian.net/browse/RET-1295 |
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.
RET-1295 is done
@@ -39,7 +39,7 @@ def _build_run( | |||
id=run_id, | |||
createdAt=created_at, | |||
status=state_summary.status, | |||
actions=[], # TODO (spp, 2023-04-23): wire up actions once they are allowed |
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.
No plan for actions on maintenance runs
# TODO (spp, 2023-07-06): Implement fetching Flex's engaged motors | ||
# https://opentrons.atlassian.net/browse/RET-1371 |
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.
Done
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.
Thank you!
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.
TYVM!
Overview
Removes TODOs that have been addressed or are no longer relevant. Updates outdated ones.
Details in comments.
Review requests
Risk assessment
None.