Skip to content

Commit

Permalink
PRESSURE_THRESH_OPEN_AIR = [-25, 25]
Browse files Browse the repository at this point in the history
  • Loading branch information
wweiye committed Apr 22, 2024
1 parent c627db0 commit c3bb295
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class LabwareLocations:

# THRESHOLDS: air-pressure sensor
PRESSURE_ASPIRATE_VOL = {50: 10.0, 1000: 20.0}
PRESSURE_THRESH_OPEN_AIR = [-15, 25]
PRESSURE_THRESH_OPEN_AIR = [-25, 25]
PRESSURE_THRESH_SEALED = [-50, 50]
PRESSURE_THRESH_COMPRESS = [-2600, 1600]

Expand Down

0 comments on commit c3bb295

Please sign in to comment.