We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e47dd commit df9c258Copy full SHA for df9c258
hadcrut5lib.py
@@ -175,9 +175,7 @@ def normalization_value(temperatures):
175
# this should never happen...
176
raise ValueError(f'Unsupported period "{self._period}"')
177
178
- self.logging_debug(
179
- "The mean anomaly in {self._period} is about {norm_temp:.8f}°C"
180
- )
+ self.logging_debug("The mean anomaly in {self._period} is about {norm_temp:.8f}°C")
181
return norm_temp
182
183
for region, data in self._datasets.items():
0 commit comments