Skip to content

New script demonstrates the implementation of the Sigmoid, tanh function, Matrix determinant and Matrix trace calculation. #16023

New script demonstrates the implementation of the Sigmoid, tanh function, Matrix determinant and Matrix trace calculation.

New script demonstrates the implementation of the Sigmoid, tanh function, Matrix determinant and Matrix trace calculation. #16023

Triggered via pull request October 24, 2025 12:58
Status Failure
Total duration 16s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
Process completed with exit code 1.
Ruff (E501): linear_algebra/matrix_trace.py#L30
linear_algebra/matrix_trace.py:30:89: E501 Line too long (93 > 88)
Ruff (W291): linear_algebra/determinant.py#L124
linear_algebra/determinant.py:124:55: W291 Trailing whitespace
Ruff (W291): linear_algebra/determinant.py#L122
linear_algebra/determinant.py:122:55: W291 Trailing whitespace
Ruff (N806): linear_algebra/determinant.py#L80
linear_algebra/determinant.py:80:5: N806 Variable `A` in function should be lowercase
Ruff (W291): linear_algebra/determinant.py#L65
linear_algebra/determinant.py:65:54: W291 Trailing whitespace
Ruff (W291): linear_algebra/determinant.py#L19
linear_algebra/determinant.py:19:32: W291 Trailing whitespace
Ruff (W291): linear_algebra/determinant.py#L17
linear_algebra/determinant.py:17:49: W291 Trailing whitespace