Skip to content

Added an implementation of Legendre polynomial computation algorithm #12020

Added an implementation of Legendre polynomial computation algorithm

Added an implementation of Legendre polynomial computation algorithm #12020

Triggered via pull request December 4, 2024 13:50
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Ruff (UP035): maths/polynomials/legendre.py#L3
maths/polynomials/legendre.py:3:1: UP035 `typing.List` is deprecated, use `list` instead
Ruff (UP006): maths/polynomials/legendre.py#L10
maths/polynomials/legendre.py:10:25: UP006 Use `list` instead of `List` for type annotation
ruff
Process completed with exit code 1.
ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636