Merge branch 'main' into interaction-matrix-of-user #98
Annotations
7 errors and 2 warnings
Ruff (I001):
data_processing/process_data.py#L3
data_processing/process_data.py:3:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
data_processing/save_data.py#L2
data_processing/save_data.py:2:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
lightfm_recommendation.py#L1
lightfm_recommendation.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (E402):
lightfm_recommendation.py#L25
lightfm_recommendation.py:25:1: E402 Module level import not at top of file
|
Ruff (I001):
lightfm_recommendation.py#L25
lightfm_recommendation.py:25:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
main.py#L2
main.py:2:1: I001 Import block is un-sorted or un-formatted
|
ruff
Process completed with exit code 1.
|
python-tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
python-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|