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.
2 parents 9ab8d86 + dbcdb45 commit ab23e03Copy full SHA for ab23e03
adafruit_max31855.py
@@ -100,7 +100,7 @@ def temperature_NIST(self):
100
raw voltages and NIST approximation for Type K, see:
101
https://srdata.nist.gov/its90/download/type_k.tab
102
"""
103
- # pylint: disable=bad-whitespace, bad-continuation, invalid-name
+ # pylint: disable=invalid-name
104
# temperature of remote thermocouple junction
105
TR = self.temperature
106
# temperature of device (cold junction)
0 commit comments