Skip to content

Update ALS code to PyTorch #105

Update ALS code to PyTorch

Update ALS code to PyTorch #105

Triggered via pull request May 7, 2024 01:16
Status Success
Total duration 2m 2s
Artifacts

check-sources.yml

on: pull_request
Check Source Code
1m 55s
Check Source Code
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Ruff (F401): lenskit/algorithms/als.py#L10
lenskit/algorithms/als.py:10:8: F401 `warnings` imported but unused
Ruff (F401): lenskit/algorithms/als.py#L17
lenskit/algorithms/als.py:17:33: F401 `torch.multiprocessing` imported but unused
Ruff (F401): lenskit/data/matrix.py#L14
lenskit/data/matrix.py:14:25: F401 `collections.namedtuple` imported but unused
Ruff (F401): lenskit/data/matrix.py#L15
lenskit/data/matrix.py:15:20: F401 `typing.Generic` imported but unused
Check Source Code
source code lint check failed
Check Source Code
lint failed but non-mandatory
Check Source Code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.