Skip to content

Commit

Permalink
override minimum displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Jul 2, 2024
1 parent e2d4ffa commit 1b16014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hardware-testing/hardware_testing/liquid_sense/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
get_git_description,
get_testing_data_directory,
)
from opentrons_hardware.hardware_control.motion_planning import move_utils

from opentrons.protocol_api import InstrumentContext, ProtocolContext
from opentrons.protocol_engine.types import LabwareOffset
Expand Down Expand Up @@ -256,6 +257,8 @@ def build_run_args(cls, args: argparse.Namespace) -> "RunArgs":


if __name__ == "__main__":
move_utils.MINIMUM_DISPLACEMENT = 0.01

parser = argparse.ArgumentParser("Pipette Testing")
parser.add_argument("--simulate", action="store_true")
parser.add_argument("--pipette", type=int, choices=[50, 1000], required=True)
Expand Down

0 comments on commit 1b16014

Please sign in to comment.