Skip to content

Commit c627db0

Browse files
committed
PRESSURE_THRESH_OPEN_AIR = [-15, 25]
1 parent 817050b commit c627db0

File tree

1 file changed

+1
-1
lines changed
  • hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3

1 file changed

+1
-1
lines changed

hardware-testing/hardware_testing/production_qc/pipette_assembly_qc_ot3/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class LabwareLocations:
172172

173173
# THRESHOLDS: air-pressure sensor
174174
PRESSURE_ASPIRATE_VOL = {50: 10.0, 1000: 20.0}
175-
PRESSURE_THRESH_OPEN_AIR = [-15, 15]
175+
PRESSURE_THRESH_OPEN_AIR = [-15, 25]
176176
PRESSURE_THRESH_SEALED = [-50, 50]
177177
PRESSURE_THRESH_COMPRESS = [-2600, 1600]
178178

0 commit comments

Comments
 (0)