Skip to content

Added Edmonds Blossom Algorithm #12043 #11066

Added Edmonds Blossom Algorithm #12043

Added Edmonds Blossom Algorithm #12043 #11066

Triggered via pull request October 13, 2024 20:34
Status Failure
Total duration 13s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Ruff (I001): graphs/edmond_blossom_algorithm.py#L1
graphs/edmond_blossom_algorithm.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (E501): graphs/edmond_blossom_algorithm.py#L157
graphs/edmond_blossom_algorithm.py:157:89: E501 Line too long (101 > 88)
Ruff (E501): graphs/edmond_blossom_algorithm.py#L159
graphs/edmond_blossom_algorithm.py:159:89: E501 Line too long (96 > 88)
Ruff (B020): graphs/edmond_blossom_algorithm.py#L162
graphs/edmond_blossom_algorithm.py:162:13: B020 Loop control variable `x` overrides iterable it iterates
Ruff (F821): graphs/edmond_blossom_algorithm.py#L165
graphs/edmond_blossom_algorithm.py:165:70: F821 Undefined name `x`
Ruff (B020): graphs/edmond_blossom_algorithm.py#L172
graphs/edmond_blossom_algorithm.py:172:13: B020 Loop control variable `x` overrides iterable it iterates
ruff
Process completed with exit code 1.