Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj authored and ryanthecoder committed Apr 3, 2024
1 parent 3d15e57 commit c048306
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion hardware-testing/hardware_testing/liquid_sense/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def build_run_args(cls, args: argparse.Namespace) -> "RunArgs":
parser.add_argument("--ignore-scale", action="store_true")
parser.add_argument("--ignore-env", action="store_true")
parser.add_argument("--ignore-dial", action="store_true")
parser.add_argument("--trials-before-job", type=float, default=0.0)
parser.add_argument("--trials-before-jog", type=float, default=0.0)

args = parser.parse_args()
run_args = RunArgs.build_run_args(args)
Expand Down
2 changes: 0 additions & 2 deletions hardware-testing/hardware_testing/liquid_sense/execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ def _get_baseline() -> float:
ui.print_info(f"Adjusted RESULTS: \n{adjusted_results}")
store_tip_results(run_args.test_report, tip, results, adjusted_results)

def _adjust_water_loss_height()


def _run_trial(run_args: RunArgs, tip: int, well: Well, trial: int) -> float:
hw_api = get_sync_hw_api(run_args.ctx)
Expand Down

0 comments on commit c048306

Please sign in to comment.