Skip to content

Commit

Permalink
don't force an ALL tip config, its that by default and breaks the sin…
Browse files Browse the repository at this point in the history
…gle channel
  • Loading branch information
ryanthecoder committed Dec 11, 2023
1 parent 7169933 commit 7477ba7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hardware-testing/hardware_testing/gravimetric/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,6 @@ def _load_pipette(
# so we need to decrease the pick-up current to work with 1 tip.
if pipette.channels == 8 and not increment and not photometric:
pipette.configure_nozzle_layout(NozzleLayout.SINGLE, "A1")
else:
pipette.configure_nozzle_layout(NozzleLayout.ALL)
return pipette


Expand Down

0 comments on commit 7477ba7

Please sign in to comment.