Skip to content

Commit

Permalink
removed save pipette offset
Browse files Browse the repository at this point in the history
  • Loading branch information
thassyopinto committed Jul 31, 2023
1 parent 3b4bb51 commit 9410702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/hardware_control/ot3_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ async def calibrate_pipette(
await hcapi.reset_instrument_offset(mount)
await hcapi.add_tip(mount, hcapi.config.calibration.probe_length)
offset = await _calibrate_mount(hcapi, mount, slot, method, raise_verify_error)
await hcapi.save_instrument_offset(mount, offset)
# await hcapi.save_instrument_offset(mount, offset)
return offset
finally:
await hcapi.remove_tip(mount)
Expand Down

0 comments on commit 9410702

Please sign in to comment.