Skip to content

Commit 0ea6a80

Browse files
committed
fix
1 parent ef55dff commit 0ea6a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylabrobot/liquid_handling/liquid_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2610,7 +2610,7 @@ def key_for_tip_spot(tip_spot: TipSpot) -> Tuple[str, float]:
26102610
if self.backend.can_pick_up_tip(c, current_tip_model)
26112611
]
26122612
)
2613-
use_channels = list(range(len(target_tip_spots)))
2613+
use_channels = list(range(num_channels_available))
26142614
num_channels_available = len(use_channels)
26152615

26162616
# 5: Optimize speed

0 commit comments

Comments
 (0)