We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817050b commit c627db0Copy full SHA for c627db0
hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py
@@ -172,7 +172,7 @@ class LabwareLocations:
172
173
# THRESHOLDS: air-pressure sensor
174
PRESSURE_ASPIRATE_VOL = {50: 10.0, 1000: 20.0}
175
-PRESSURE_THRESH_OPEN_AIR = [-15, 15]
+PRESSURE_THRESH_OPEN_AIR = [-15, 25]
176
PRESSURE_THRESH_SEALED = [-50, 50]
177
PRESSURE_THRESH_COMPRESS = [-2600, 1600]
178
0 commit comments