From e0f82930e1208b249e489502a1a14e8ab446a609 Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Sat, 26 Aug 2023 17:44:11 -0400 Subject: [PATCH] too low is hard to detect --- pioreactor/actions/self_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pioreactor/actions/self_test.py b/pioreactor/actions/self_test.py index 7d7da60a..108d0b67 100644 --- a/pioreactor/actions/self_test.py +++ b/pioreactor/actions/self_test.py @@ -122,7 +122,7 @@ def test_all_positive_correlations_between_pds_and_leds( # better to err on the side of MORE samples than less - it's only a few extra seconds... # we randomize to reduce effects of temperature - INTENSITIES = list(range(15, 85, 5)) + INTENSITIES = list(range(20, 85, 5)) shuffle(INTENSITIES) current_experiment_name = get_latest_experiment_name()