Skip to content

fix: null divide

fix: null divide #80

Triggered via push January 13, 2025 10:05
Status Failure
Total duration 18s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (I001): heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:8: F401 `glob` imported but unused
Ruff (E501): heatchmap/gpmap.py#L171
heatchmap/gpmap.py:171:131: E501 Line too long (248 > 130)
Ruff (E501): heatchmap/gpmap.py#L173
heatchmap/gpmap.py:173:131: E501 Line too long (191 > 130)
Ruff (E501): heatchmap/gpmap.py#L174
heatchmap/gpmap.py:174:131: E501 Line too long (160 > 130)
Ruff (E501): heatchmap/gpmap.py#L237
heatchmap/gpmap.py:237:131: E501 Line too long (267 > 130)
Ruff (E501): heatchmap/gpmap.py#L240
heatchmap/gpmap.py:240:131: E501 Line too long (270 > 130)
Ruff (E501): heatchmap/gpmap.py#L241
heatchmap/gpmap.py:241:131: E501 Line too long (267 > 130)
Ruff (F821): heatchmap/gpmap.py#L254
heatchmap/gpmap.py:254:41: F821 Undefined name `MERIDIAN`
Ruff (F821): heatchmap/gpmap.py#L255
heatchmap/gpmap.py:255:41: F821 Undefined name `MERIDIAN`
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636