Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed May 28, 2024
1 parent 8fab7f2 commit 9a52109
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ async def _probe(distance: float, speed: float) -> float:
NodeId.pipette_left,
NodeId.head_l,
distance=distance,
speed=speed,
plunger_speed=speed,
mount_speed=speed,
sensor_id=sensor_id,
relative_threshold_pf=default_probe_cfg.sensor_threshold_pf,
)
Expand Down

0 comments on commit 9a52109

Please sign in to comment.