Skip to content

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

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. #16026

Triggered via pull request October 24, 2025 13:04
Status Failure
Total duration 19s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
ruff
Process completed with exit code 1.
Ruff (W291): linear_algebra/matrix_trace.py#L96
linear_algebra/matrix_trace.py:96:27: W291 Trailing whitespace
Ruff (W291): linear_algebra/matrix_trace.py#L95
linear_algebra/matrix_trace.py:95:27: W291 Trailing whitespace
Ruff (W291): linear_algebra/matrix_trace.py#L94
linear_algebra/matrix_trace.py:94:27: W291 Trailing whitespace
Ruff (E501): linear_algebra/matrix_trace.py#L30
linear_algebra/matrix_trace.py:30:89: E501 Line too long (93 > 88)