Skip to content

Commit

Permalink
test math fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Aug 7, 2024
1 parent c061192 commit a9270a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/hardware_control/test_ot3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ async def test_liquid_probe_plunger_moves(
mount_travel_distance = mount_speed * mount_travel_time
max_z_distance -= mount_travel_distance

move_mount_z_time = (max_z_distance + probe_safe_reset_mm) / mount_speed
move_mount_z_time = (max_z_distance + probe_pass_z_offset_mm) / mount_speed
p_travel_required_for_z = move_mount_z_time * config.plunger_speed


Expand Down

0 comments on commit a9270a4

Please sign in to comment.