feat(maths): add harmonic mean algorithm #14234
Open
Annotations
3 errors
|
Run uvx ruff check --output-format=github .
Process completed with exit code 1.
|
|
Run uvx ruff check --output-format=github .:
maths/harmonic_mean.py#L10
maths/harmonic_mean.py:10:34: UP007 Use `X | Y` for type annotations
|
|
Run uvx ruff check --output-format=github .:
maths/harmonic_mean.py#L10
maths/harmonic_mean.py:10:34: PYI041 Use `float` instead of `int | float`
|
Loading