Skip to content

Commit

Permalink
debug data
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed May 1, 2024
1 parent d53eb36 commit f6cf12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pioreactor/actions/self_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_all_positive_correlations_between_pds_and_leds(
measured_correlation = round(correlation(INTENSITIES, varying_intensity_results[pd_channel]), 2)
results[(led_channel, pd_channel)] = measured_correlation
logger.debug(f"Corr({led_channel}, {pd_channel}) = {measured_correlation}")
logger.debug(zip(INTENSITIES, varying_intensity_results[pd_channel]))

# set back to 0
led_intensity(
Expand Down

0 comments on commit f6cf12f

Please sign in to comment.