Skip to content

Commit

Permalink
feat(hardware-testing): use built in partial tip pickup to adjust z c…
Browse files Browse the repository at this point in the history
…urrent (#14200)

* call instrument context configure

* don't force an ALL tip config, its that by default and breaks the single channel

* simplify found model loading
  • Loading branch information
ryanthecoder authored and andySigler committed Feb 15, 2024
1 parent 6eb3cce commit d4277b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/src/opentrons/hardware_control/backends/ot3simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,7 @@ def _attached_pipette_to_mount(
),
"id": None,
}
if (found_model and expected_instr or found_model) and init_instr[
"id"
] is not None:
if found_model and init_instr["id"] is not None:
# Instrument detected matches instrument expected (note:
# "instrument detected" means passed as an argument to the
# constructor of this class)
Expand Down

0 comments on commit d4277b0

Please sign in to comment.