feat(aggregation): Add ExcessMTL #859
checks.yml
on: pull_request
Build and test documentation
1m 5s
Code quality (ty and pre-commit hooks)
36s
Matrix: tests
Annotations
1 error, 2 warnings, and 1 notice
|
Code quality (ty and pre-commit hooks)
Process completed with exit code 1.
|
|
ty (redundant-cast):
src/torchjd/aggregation/_excess_mtl.py#L132
src/torchjd/aggregation/_excess_mtl.py:132:22: redundant-cast: Value is already of type `Tensor`
help: Remove the redundant `cast`
|
|
ty (redundant-cast):
src/torchjd/aggregation/_excess_mtl.py#L127
src/torchjd/aggregation/_excess_mtl.py:127:26: redundant-cast: Value is already of type `Tensor`
help: Remove the redundant `cast`
|
|
Tests (py3.14, macOS-latest, float32, full)
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|