chore: remove extra file created for debug #60
Annotations
1 error and 1 warning
/home/runner/work/HadCRUT5/HadCRUT5/hadcrut5lib.py#L173
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[:]}")
|
Run linters
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|