Split ArticleSet
into CandidateSet
and RecommendationList
#649
Annotations
6 errors
Run Ruff lint and report:
src/poprox_recommender/components/joiners/fill.py#L13
src/poprox_recommender/components/joiners/fill.py:13:121: E501 Line too long (135 > 120)
|
Run Ruff lint and report:
src/poprox_recommender/components/joiners/interleave.py#L5
src/poprox_recommender/components/joiners/interleave.py:5:29: F401 `poprox_concepts.CandidateSet` imported but unused
|
Run Ruff lint and report:
src/poprox_recommender/components/joiners/rrf.py#L5
src/poprox_recommender/components/joiners/rrf.py:5:29: F401 `poprox_concepts.CandidateSet` imported but unused
|
Run Ruff lint and report:
tests/components/test_joiners.py#L1
tests/components/test_joiners.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff lint and report:
tests/components/test_rrf.py#L1
tests/components/test_rrf.py:1:1: I001 Import block is un-sorted or un-formatted
|
Run Ruff lint and report
Process completed with exit code 1.
|
Loading