Skip to content

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10041

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm

Implementation of Density-based spatial clustering of applications with noise (DBSCAN) ML Algorithm #10041

Triggered via pull request October 2, 2024 14:12
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (I001): machine_learning/dbscan.py#L7
machine_learning/dbscan.py:7:1: I001 Import block is un-sorted or un-formatted
Ruff (W293): machine_learning/dbscan.py#L14
machine_learning/dbscan.py:14:1: W293 Blank line contains whitespace
Ruff (W291): machine_learning/dbscan.py#L104
machine_learning/dbscan.py:104:42: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L146
machine_learning/dbscan.py:146:31: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L147
machine_learning/dbscan.py:147:62: W291 Trailing whitespace
Ruff (W291): machine_learning/dbscan.py#L165
machine_learning/dbscan.py:165:42: W291 Trailing whitespace
ruff
Process completed with exit code 1.