Skip to content

ADDED BRENT'S METHOD #14318

ADDED BRENT'S METHOD

ADDED BRENT'S METHOD #14318

Triggered via pull request October 2, 2025 04:50
Status Failure
Total duration 12s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ruff
Process completed with exit code 1.
Ruff (W292): maths/numerical_analysis/brents_method.py#L114
maths/numerical_analysis/brents_method.py:114:22: W292 No newline at end of file
Ruff (E501): maths/numerical_analysis/brents_method.py#L79
maths/numerical_analysis/brents_method.py:79:89: E501 Line too long (112 > 88)
Ruff (EM102): maths/numerical_analysis/brents_method.py#L53
maths/numerical_analysis/brents_method.py:53:26: EM102 Exception must not use an f-string literal, assign to variable first
Ruff (I001): maths/numerical_analysis/brents_method.py#L13
maths/numerical_analysis/brents_method.py:13:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): maths/numerical_analysis/brents_method.py#L6
maths/numerical_analysis/brents_method.py:6:89: E501 Line too long (207 > 88)