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(engine): home gripper z when not using virtual gripper #11811

Merged
merged 1 commit into from
Dec 2, 2022

Conversation

sanni-t
Copy link
Member

@sanni-t sanni-t commented Dec 2, 2022

Overview

In the hassle of testing and speedy fix merging, #11800 got merged with a typo that could potentially reintroduce freezing during cancellation, or in the least, cause gripper to not retract correctly if protocol is cancelled when gripper is lowered. This fixes that issue.

Changelog

  • home gripper z when not using virtual pipettes, updated tests

Review requests

This was tested on the robot yesterday so code review should be enough.

Risk assessment

Low.

@sanni-t sanni-t requested a review from a team as a code owner December 2, 2022 04:29
@codecov
Copy link

codecov bot commented Dec 2, 2022

Codecov Report

Merging #11811 (7b4ea51) into edge (73b60ee) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             edge   #11811   +/-   ##
=======================================
  Coverage   74.15%   74.15%           
=======================================
  Files        2107     2107           
  Lines       58510    58510           
  Branches     6224     6224           
=======================================
  Hits        43387    43387           
  Misses      13656    13656           
  Partials     1467     1467           
Flag Coverage Δ
notify-server 88.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rons/protocol_engine/execution/hardware_stopper.py 100.00% <ø> (ø)

Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦 My fault. Sorry about that. Nice catch!

@SyntaxColoring SyntaxColoring merged commit df3833d into edge Dec 2, 2022
@SyntaxColoring SyntaxColoring deleted the fix_engine_run_stop_and_recover branch December 2, 2022 14:23
y3rsh added a commit that referenced this pull request Dec 5, 2022
* origin/edge:
  feat(app): add new config value to store sortKey for protocols (#11787)
  fix(app-shell): dispatch DOWNLOAD_LOGS_DONE when download cancelled (#11798)
  refactor(shared-data): Remove OT-2 calibration points from OT-3 deck def (#11816)
  docs(api): clarify Thermocycler GEN2 plate lift feature (#11817)
  refactor(api): add homing commands to engine cores (#11805)
  add a labware dropped error (#11814)
  feature(hardware): broadcast a stop message when a critical error is detected (#11813)
  feature(hardware): refactor hardware controller to watch for valid responses and error messages (#11789)
  fix(app): pick up tip from last tip rack in LPC if heater shaker is loaded into 1 or 3 (#11796)
  refactor(labware-library): update test guide links (#11809)
  fix(engine): home gripper z when not using virtual gripper (#11811)
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.

3 participants