Added an implementation of Legendre polynomial computation algorithm #11993
Annotations
4 errors and 1 warning
Ruff (I001):
maths/polynomials/legendre.py#L1
maths/polynomials/legendre.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E501):
maths/polynomials/legendre.py#L45
maths/polynomials/legendre.py:45:89: E501 Line too long (100 > 88)
|
Ruff (E501):
maths/polynomials/legendre.py#L50
maths/polynomials/legendre.py:50:89: E501 Line too long (110 > 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
|