Skip to content

fix: correct PageRank initialization and handle dangling nodes #18445

fix: correct PageRank initialization and handle dangling nodes

fix: correct PageRank initialization and handle dangling nodes #18445

Triggered via pull request July 20, 2026 05:18
Status Failure
Total duration 11s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
ruff
Process completed with exit code 1.
ruff (B007): graphs/page_rank.py#L60
graphs/page_rank.py:60:9: B007 Loop control variable `i` not used within loop body help: Rename unused `i` to `_i`