typing(aggregation): Add structure and none based weightings #470
checks.yml
on: pull_request
Build and test documentation
46s
Link correctness
9s
Code quality (ty and pre-commit hooks)
38s
Matrix: tests
Annotations
15 errors and 1 notice
|
Tests (py3.14, macOS-latest, float32, full)
Process completed with exit code 4.
|
|
Tests (py3.10, ubuntu-latest, float32, full)
Process completed with exit code 4.
|
|
Tests (py3.13, ubuntu-latest, float32, full)
Process completed with exit code 4.
|
|
Tests (py3.14, ubuntu-latest, float64, full)
Process completed with exit code 4.
|
|
Tests (py3.14, ubuntu-latest, float32, full)
Process completed with exit code 4.
|
|
Tests (py3.12, ubuntu-latest, float32, full)
Process completed with exit code 4.
|
|
Tests (py3.14, ubuntu-latest, float32, none)
Process completed with exit code 4.
|
|
Tests (py3.10.0, ubuntu-latest, float32, full, lower_bounds)
Process completed with exit code 4.
|
|
Tests (py3.11, ubuntu-latest, float32, full)
Process completed with exit code 4.
|
|
Code quality (ty and pre-commit hooks)
Process completed with exit code 1.
|
|
ty (unknown-argument):
src/torchjd/_linalg/_structure.py#L15
src/torchjd/_linalg/_structure.py:15:63: unknown-argument: Argument `dtype` does not match any known parameter of bound method `__init__`
stdlib/builtins.pyi:136:9: info: Method signature here
|
|
ty (unknown-argument):
src/torchjd/_linalg/_structure.py#L15
src/torchjd/_linalg/_structure.py:15:41: unknown-argument: Argument `device` does not match any known parameter of bound method `__init__`
stdlib/builtins.pyi:136:9: info: Method signature here
|
|
ty (unknown-argument):
src/torchjd/_linalg/_structure.py#L15
src/torchjd/_linalg/_structure.py:15:22: unknown-argument: Argument `m` does not match any known parameter of bound method `__init__`
stdlib/builtins.pyi:136:9: info: Method signature here
|
|
ty (unresolved-import):
src/torchjd/_linalg/_structure.py#L2
src/torchjd/_linalg/_structure.py:2:6: unresolved-import: Cannot resolve imported module `attr`
info: Searched in the following paths during module resolution:
info: 1. /home/runner/work/TorchJD/TorchJD/src (first-party code)
info: 2. /home/runner/work/TorchJD/TorchJD (first-party code)
info: 3. vendored://stdlib (stdlib typeshed stubs vendored by ty)
info: 4. /home/runner/work/TorchJD/TorchJD/.venv/lib/python3.14/site-packages (site-packages)
info: 5. /home/runner/work/TorchJD/TorchJD/.venv/lib64/python3.14/site-packages (site-packages)
info: make sure your Python environment is properly configured: https://docs.astral.sh/ty/modules/#python-environment
|
|
Tests (py3.14, windows-latest, float32, full)
Process completed with exit code 1.
|
|
Link correctness
Summary report available at: https://github.com/SimplexLab/TorchJD/actions/runs/24542706515#summary-71751755414
|