Skip to content

Commit

Permalink
too low is hard to detect
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 26, 2023
1 parent 2a32efe commit e0f8293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/actions/self_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e0f8293

Please sign in to comment.