Skip to content

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

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

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

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

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): graphs/bellman_ford.py#L20
graphs/bellman_ford.py:20:89: E501 Line too long (99 > 88)
Ruff (E501): graphs/bellman_ford.py#L26
graphs/bellman_ford.py:26:89: E501 Line too long (104 > 88)
Ruff (E501): graphs/bellman_ford.py#L28
graphs/bellman_ford.py:28:89: E501 Line too long (89 > 88)
Ruff (E501): graphs/bellman_ford.py#L33
graphs/bellman_ford.py:33:89: E501 Line too long (94 > 88)
Ruff (E501): graphs/bellman_ford.py#L35
graphs/bellman_ford.py:35:89: E501 Line too long (101 > 88)
Ruff (E501): graphs/bellman_ford.py#L53
graphs/bellman_ford.py:53:89: E501 Line too long (104 > 88)
Ruff (E501): graphs/bellman_ford.py#L55
graphs/bellman_ford.py:55:89: E501 Line too long (102 > 88)
Ruff (E501): graphs/bellman_ford.py#L64
graphs/bellman_ford.py:64:89: E501 Line too long (108 > 88)
Ruff (E501): graphs/bellman_ford.py#L91
graphs/bellman_ford.py:91:89: E501 Line too long (102 > 88)
Ruff (BLE001): graphs/bellman_ford.py#L105
graphs/bellman_ford.py:105:12: BLE001 Do not catch blind exception: `Exception`