Skip to content

Added an implementation of Legendre polynomial computation algorithm #11993

Added an implementation of Legendre polynomial computation algorithm

Added an implementation of Legendre polynomial computation algorithm #11993

Triggered via pull request December 3, 2024 09:27
Status Failure
Total duration 20s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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