feat: add evaluate_polynomial method #116
Annotations
5 errors and 1 warning
|
ruff
The process '/opt/hostedtoolcache/ruff/0.12.3/x86_64/ruff' failed with exit code 1
|
|
Ruff (D413):
pactus/utils/utils.py#L31
pactus/utils/utils.py:31:5: D413 Missing blank line after last section ("Returns")
|
|
Ruff (D415):
pactus/utils/utils.py#L23
pactus/utils/utils.py:23:5: D415 First line should end with a period, question mark, or exclamation point
|
|
Ruff (D401):
pactus/utils/utils.py#L23
pactus/utils/utils.py:23:5: D401 First line of docstring should be in imperative mood: "Evaluates the polynomial f(x) = c[0] + c[1] * x + c[2] * x^2 + ... + c[n-1] * x^(n-1)"
|
|
Ruff (D400):
pactus/utils/utils.py#L23
pactus/utils/utils.py:23:5: D400 First line should end with a period
|
|
ruff
Could not parse version from /home/runner/work/python-sdk/python-sdk/pyproject.toml. Using latest version.
|