Added an implementation of Legendre polynomial computation algorithm #12016
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
|