Skip to content

Commit 7c1dd1e

Browse files
open this up
1 parent 4041191 commit 7c1dd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/pioreactor/actions/self_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def test_REF_is_lower_than_0_dot_256_volts(
523523
for i in range(6):
524524
samples.append(adc_reader.take_reading()[reference_channel].reading)
525525

526-
lb, ub = 0.01, 1.0
526+
lb, ub = 0.001, 1.0
527527
assert (
528528
lb <= mean(samples) <= ub
529529
), f"Recorded {mean(samples):0.3f} in REF, should ideally be between {lb} and {ub}. Current IR LED: {ir_intensity}%."

0 commit comments

Comments
 (0)