Skip to content

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

Add Fixed Point Iteration and Modified Newton-Raphson Methods

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (UP035): maths/numerical_analysis/fixed_point_iteration.py#L15
maths/numerical_analysis/fixed_point_iteration.py:15:1: UP035 Import from `collections.abc` instead: `Callable`
Ruff (I001): maths/numerical_analysis/fixed_point_iteration.py#L15
maths/numerical_analysis/fixed_point_iteration.py:15:1: I001 Import block is un-sorted or un-formatted
Ruff (W291): maths/numerical_analysis/fixed_point_iteration.py#L20
maths/numerical_analysis/fixed_point_iteration.py:20:29: W291 Trailing whitespace
Ruff (B007): maths/numerical_analysis/fixed_point_iteration.py#L48
maths/numerical_analysis/fixed_point_iteration.py:48: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.