Skip to content

update envs

update envs #5

Triggered via push November 11, 2023 21:17
Status Success
Total duration 16s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Check Source Style
8s
Check Source Style
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
Ruff (F401): lenskit/algorithms/als.py#L3
lenskit/algorithms/als.py:3:8: F401 `warnings` imported but unused
Ruff (F401): lenskit/algorithms/funksvd.py#L11
lenskit/algorithms/funksvd.py:11:32: F401 `pandas.core.series.Series` imported but unused
Ruff (F401): lenskit/algorithms/tf.py#L5
lenskit/algorithms/tf.py:5:24: F401 `lenskit_tf.BiasedMF` imported but unused
Ruff (F401): lenskit/algorithms/tf.py#L5
lenskit/algorithms/tf.py:5:34: F401 `lenskit_tf.IntegratedBiasMF` imported but unused
Ruff (F401): lenskit/algorithms/tf.py#L5
lenskit/algorithms/tf.py:5:52: F401 `lenskit_tf.BPR` imported but unused
Ruff (F401): lenskit/batch/_train.py#L3
lenskit/batch/_train.py:3:29: F401 `lenskit.sharing.persist` imported but unused
Ruff (F403): lenskit/topn.py#L7
lenskit/topn.py:7:1: F403 `from .metrics.topn import *` used; unable to detect undefined names
Ruff (F405): lenskit/topn.py#L17
lenskit/topn.py:17:2: F405 `bulk_impl` may be undefined, or defined from star imports
Ruff (F401): lenskit/util/log.py#L8
lenskit/util/log.py:8:27: F401 `multiprocessing` imported but unused
Ruff (F401): lenskit/util/random.py#L6
lenskit/util/random.py:6:8: F401 `zlib` imported but unused
Check Source Style
lint failed but non-mandatory
Check Source Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/