Skip to content

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

Add Fixed Point Iteration and Modified Newton-Raphson Methods

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Ruff (B007): maths/numerical_analysis/fixed_point_iteration.py#L41
maths/numerical_analysis/fixed_point_iteration.py:41:9: B007 Loop control variable `i` not used within loop body
Ruff (W292): maths/numerical_analysis/fixed_point_iteration.py#L53
maths/numerical_analysis/fixed_point_iteration.py:53:34: W292 No newline at end of file
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 (I001): maths/numerical_analysis/modified_newton_raphson.py#L19
maths/numerical_analysis/modified_newton_raphson.py:19:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): maths/numerical_analysis/modified_newton_raphson.py#L29
maths/numerical_analysis/modified_newton_raphson.py:29:89: E501 Line too long (89 > 88)
Ruff (B007): maths/numerical_analysis/modified_newton_raphson.py#L55
maths/numerical_analysis/modified_newton_raphson.py:55:9: B007 Loop control variable `i` not used within loop body
Ruff (F401): maths/numerical_analysis/modified_newton_raphson.py#L67
maths/numerical_analysis/modified_newton_raphson.py:67:12: F401 `math` imported but unused
Ruff (W292): maths/numerical_analysis/modified_newton_raphson.py#L76
maths/numerical_analysis/modified_newton_raphson.py:76:34: W292 No newline at end of file
ruff
Process completed with exit code 1.