From dfc876218b28d6e24c6581ae4f5b302dafeabb4b Mon Sep 17 00:00:00 2001 From: andySigler Date: Sun, 30 Jul 2023 22:01:11 -0400 Subject: [PATCH] include probing test results in final pass/fail --- .../production_qc/pipette_assembly_qc_ot3/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py b/hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py index ce2e9fd21fe..71e0ca270b2 100644 --- a/hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py +++ b/hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py @@ -846,6 +846,7 @@ async def _read_cap() -> float: capacitive_open_air_pass and capacitive_probe_attached_pass and capacitive_probing_pass + and probe_slot_result )