Skip to content

Commit 5af8c36

Browse files
committed
y limit of 0 works fine
1 parent 96dfca3 commit 5af8c36

File tree

1 file changed

+1
-1
lines changed
  • pylabrobot/liquid_handling/backends/hamilton

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7668,7 +7668,7 @@ async def step_off_foil(
76687668
# Quick checks before movement.
76697669
assert channel_locations[0] <= 650, "Channel 0 would hit the back of the robot"
76707670
assert (
7671-
channel_locations[self.num_channels - 1] >= 6
7671+
channel_locations[self.num_channels - 1] >= 0
76727672
), "Channel N would hit the front of the robot"
76737673

76747674
try:

0 commit comments

Comments
 (0)