Skip to content

Add Fixed Point Iteration and Modified Newton-Raphson Methods #11813

Add Fixed Point Iteration and Modified Newton-Raphson Methods

Add Fixed Point Iteration and Modified Newton-Raphson Methods #11813

Triggered via pull request October 31, 2024 09:16
Status Failure
Total duration 15s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Ruff (B007): maths/numerical_analysis/fixed_point_iteration.py#L42
maths/numerical_analysis/fixed_point_iteration.py:42:9: B007 Loop control variable `i` not used within loop body
Ruff (UP035): maths/numerical_analysis/modified_newton_raphson.py#L19
maths/numerical_analysis/modified_newton_raphson.py:19:1: UP035 Import from `collections.abc` instead: `Callable`
Ruff (E501): maths/numerical_analysis/modified_newton_raphson.py#L30
maths/numerical_analysis/modified_newton_raphson.py:30:89: E501 Line too long (89 > 88)
Ruff (B007): maths/numerical_analysis/modified_newton_raphson.py#L56
maths/numerical_analysis/modified_newton_raphson.py:56:9: B007 Loop control variable `i` not used within loop body
Ruff (F401): maths/numerical_analysis/modified_newton_raphson.py#L69
maths/numerical_analysis/modified_newton_raphson.py:69:12: F401 `math` imported but unused
ruff
Process completed with exit code 1.