This commit is contained in:
Guangxin Zhang
2025-07-19 13:18:03 +08:00
parent 4cd40865b4
commit de4da95616
3 changed files with 31 additions and 27 deletions

View File

@@ -104,6 +104,8 @@ class LiquidHandlerMiddleware(LiquidHandler):
offsets: Optional[List[Coordinate]] = None,
**backend_kwargs,
):
print('222'*200)
print(tip_spots)
if self._simulator:
return await self._simulate_handler.pick_up_tips(tip_spots, use_channels, offsets, **backend_kwargs)
return await super().pick_up_tips(tip_spots, use_channels, offsets, **backend_kwargs)