Skip to content

Added an implementation of Legendre polynomial computation algorithm #12016

Added an implementation of Legendre polynomial computation algorithm

Added an implementation of Legendre polynomial computation algorithm #12016

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff (E501): maths/polynomials/legendre.py#L28
maths/polynomials/legendre.py:28:89: E501 Line too long (110 > 88)
Ruff (E501): maths/polynomials/legendre.py#L33
maths/polynomials/legendre.py:33:89: E501 Line too long (120 > 88)
Ruff: maths/polynomials/legendre.py#L38
maths/polynomials/legendre.py:38:76: SyntaxError: Expected an expression
Ruff (E501): maths/polynomials/legendre.py#L44
maths/polynomials/legendre.py:44:89: E501 Line too long (142 > 88)
Ruff (E501): maths/polynomials/legendre.py#L49
maths/polynomials/legendre.py:49:89: E501 Line too long (104 > 88)
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