Skip to content

Improved Bellman-Ford Algorithm : Added Path Reconstruction With Better Output Representation #10881

Improved Bellman-Ford Algorithm : Added Path Reconstruction With Better Output Representation

Improved Bellman-Ford Algorithm : Added Path Reconstruction With Better Output Representation #10881

Triggered via pull request October 10, 2024 22:56
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Ruff (E501): graphs/bellman_ford.py#L44
graphs/bellman_ford.py:44:89: E501 Line too long (101 > 88)
Ruff (E501): graphs/bellman_ford.py#L66
graphs/bellman_ford.py:66:89: E501 Line too long (102 > 88)
Ruff (BLE001): graphs/bellman_ford.py#L121
graphs/bellman_ford.py:121:12: BLE001 Do not catch blind exception: `Exception`
ruff
Process completed with exit code 1.