We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032427e commit 28f5405Copy full SHA for 28f5405
adafruit_mlx90640.py
@@ -766,7 +766,7 @@ def _ExtractDeviatingPixels(self):
766
raise RuntimeError("More than 4 outlier pixels")
767
if (brokenPixCnt + outlierPixCnt) > 4:
768
raise RuntimeError("More than 4 faulty pixels")
769
- print("Found %d broken pixels, %d outliers" % (brokenPixCnt, outlierPixCnt))
+ # print("Found %d broken pixels, %d outliers" % (brokenPixCnt, outlierPixCnt))
770
# TODO INCOMPLETE
771
772
def _I2CWriteWord(self, writeAddress, data):
0 commit comments