Skip to content

Commit

Permalink
missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Mar 13, 2024
1 parent 469acb5 commit 6b5e16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware-testing/hardware_testing/liquid_sense/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ def _get_baseline() -> float:
test_well.top().point.z - target_height,
tip_offset - lpc_offset,
)
return tip_offset

trials_before_jog = run_args.trials_before_jog
tip_offset = 0.0
Expand Down

0 comments on commit 6b5e16b

Please sign in to comment.