Skip to content

chore: remove extra file created for debug #60

chore: remove extra file created for debug

chore: remove extra file created for debug #60

Triggered via push December 22, 2024 09:21
Status Success
Total duration 15s
Artifacts

ci.yaml

on: push
Run linters
6s
Run linters
Fit to window
Zoom out
Zoom in

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