Skip to content

Checks

Checks #380

Triggered via schedule March 24, 2026 17:37
Status Failure
Total duration 1m 33s
Artifacts

checks.yml

on: schedule
Build and test documentation
49s
Build and test documentation
Link correctness
8s
Link correctness
Code quality (ty and pre-commit hooks)
35s
Code quality (ty and pre-commit hooks)
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 notice
Code quality (ty and pre-commit hooks)
Process completed with exit code 1.
ty (invalid-return-type): tests/utils/forward_backwards.py#L144
tests/utils/forward_backwards.py:144:12: invalid-return-type: Return type does not match returned value: expected `PSDTensor`, found `Tensor | Literal[0]` tests/utils/forward_backwards.py:122:6: Expected `PSDTensor` because of return type info: rule `invalid-return-type` is enabled by default