Skip to content

feat(maths): add harmonic mean algorithm #16971

feat(maths): add harmonic mean algorithm

feat(maths): add harmonic mean algorithm #16971

Triggered via pull request January 31, 2026 18:47
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
ruff
Process completed with exit code 1.
Ruff (UP007): maths/harmonic_mean.py#L10
maths/harmonic_mean.py:10:34: UP007 Use `X | Y` for type annotations
Ruff (PYI041): maths/harmonic_mean.py#L10
maths/harmonic_mean.py:10:34: PYI041 Use `float` instead of `int | float`