chore: remove extra file created for debug #60
GitHub Actions / Black
failed
Dec 22, 2024 in 0s
1 error
Black found 1 error
Annotations
Check failure on line 186 in /home/runner/work/HadCRUT5/HadCRUT5/hadcrut5lib.py
github-actions / Black
/home/runner/work/HadCRUT5/HadCRUT5/hadcrut5lib.py#L173-L186
norm_temp = np.mean(temperatures[30 * factor : 70 * factor + 1])
else:
# this should never happen...
raise ValueError(f'Unsupported period "{self._period}"')
- self.logging_debug(
- "The mean anomaly in {self._period} is about {norm_temp:.8f}°C"
- )
+ self.logging_debug("The mean anomaly in {self._period} is about {norm_temp:.8f}°C")
return norm_temp
for region, data in self._datasets.items():
mean = data["variables"]["tas_mean"]
self.logging_debug(f"dataset ({region}): mean ({len(mean)} entries) \\\n{mean[:]}")
Loading