From 991e1c3b8409b05c1885cc3d96abaabb72083026 Mon Sep 17 00:00:00 2001 From: andySigler Date: Mon, 6 May 2024 10:53:00 -0400 Subject: [PATCH] changes 5ul to 2ul for 96ch qc tests --- hardware-testing/hardware_testing/gravimetric/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hardware-testing/hardware_testing/gravimetric/config.py b/hardware-testing/hardware_testing/gravimetric/config.py index 78c1054ca55..b203a1530ac 100644 --- a/hardware-testing/hardware_testing/gravimetric/config.py +++ b/hardware-testing/hardware_testing/gravimetric/config.py @@ -231,7 +231,7 @@ def _get_liquid_probe_settings( }, 96: { 1000: [ # P1000 - (50, [5.0]), # T50 + (50, [2.0]), # T50 (200, [200.0]), # T200 (1000, [1000.0]), # T1000 ], @@ -292,7 +292,7 @@ def _get_liquid_probe_settings( }, 96: { 1000: [ # P1000 - (50, [5.0]), # T50 + (50, [2.0]), # T50 (200, [200.0]), # T200 (1000, []), # T1000 ], @@ -372,7 +372,7 @@ def _get_liquid_probe_settings( 96: { 1000: { # P1000 50: { # T50 - 5.0: (2.5, 2.0), + 2.0: (5.0, 5.0), 10.0: (3.1, 1.7), 50.0: (1.5, 0.75), },