Skip to content

Added the implementation of Lanczos algorithm #11925

Added the implementation of Lanczos algorithm

Added the implementation of Lanczos algorithm #11925

Triggered via pull request November 20, 2024 09:16
Status Failure
Total duration 14s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Ruff (N999): linear_algebra/Lanczos-algorithm.py#L1
linear_algebra/Lanczos-algorithm.py:1:1: N999 Invalid module name: 'Lanczos-algorithm'
Ruff (N803): linear_algebra/Lanczos-algorithm.py#L4
linear_algebra/Lanczos-algorithm.py:4:13: N803 Argument name `A` should be lowercase
Ruff (N806): linear_algebra/Lanczos-algorithm.py#L21
linear_algebra/Lanczos-algorithm.py:21:5: N806 Variable `V` in function should be lowercase
Ruff (NPY002): linear_algebra/Lanczos-algorithm.py#L22
linear_algebra/Lanczos-algorithm.py:22:15: NPY002 Replace legacy `np.random.randn` call with `np.random.Generator`
ruff
Process completed with exit code 1.