Fix ZeroDivisionError in polynom_for_points by adding partial pivoting #18213
Annotations
3 errors
|
ruff
Process completed with exit code 1.
|
|
ruff (W293):
linear_algebra/src/polynom_for_points.py#L74
linear_algebra/src/polynom_for_points.py:74:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|
|
ruff (W293):
linear_algebra/src/polynom_for_points.py#L69
linear_algebra/src/polynom_for_points.py:69:1: W293 Blank line contains whitespace
help: Remove whitespace from blank line
|