Skip to content

feat(aggregation): Add GradVac aggregator #416

feat(aggregation): Add GradVac aggregator

feat(aggregation): Add GradVac aggregator #416

Triggered via pull request April 12, 2026 16:56
Status Failure
Total duration 1m 53s
Artifacts

checks.yml

on: pull_request
Build and test documentation
49s
Build and test documentation
Link correctness
9s
Link correctness
Code quality (ty and pre-commit hooks)
37s
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/plots/interactive_plotter.py#L157
tests/plots/interactive_plotter.py:157:16: invalid-return-type: Return type does not match returned value: expected `tuple[Figure, ...]`, found `tuple[Figure, *tuple[str, ...]]` tests/plots/interactive_plotter.py:144:53: Expected `tuple[Figure, ...]` because of return type info: rule `invalid-return-type` is enabled by default