fixes #21
CI_first_code_checks.yml
on: push
first code check / python-3.13 / ubuntu-latest
41s
Annotations
7 errors
|
first code check / python-3.13 / ubuntu-latest
Process completed with exit code 1.
|
|
Ruff (F401):
graphconstructor/evaluation/sparsity_sweeper.py#L6
graphconstructor/evaluation/sparsity_sweeper.py:6:24: F401 `scipy.sparse` imported but unused
|
|
Ruff (E702):
graphconstructor/evaluation/metrics.py#L233
graphconstructor/evaluation/metrics.py:233:17: E702 Multiple statements on one line (semicolon)
|
|
Ruff (E702):
graphconstructor/evaluation/metrics.py#L226
graphconstructor/evaluation/metrics.py:226:21: E702 Multiple statements on one line (semicolon)
|
|
Ruff (E702):
graphconstructor/evaluation/metrics.py#L218
graphconstructor/evaluation/metrics.py:218:18: E702 Multiple statements on one line (semicolon)
|
|
Ruff (E702):
graphconstructor/evaluation/metrics.py#L115
graphconstructor/evaluation/metrics.py:115:20: E702 Multiple statements on one line (semicolon)
|
|
Ruff (E702):
graphconstructor/evaluation/metrics.py#L112
graphconstructor/evaluation/metrics.py:112:35: E702 Multiple statements on one line (semicolon)
|