Skip to content

Update README.md

Update README.md #6

Triggered via push January 8, 2025 21:01
Status Failure
Total duration 17s
Artifacts

ruff_linting.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Ruff (D100): heatchmap/gpmap.py#L1
heatchmap/gpmap.py:1:1: D100 Missing docstring in public module
Ruff (I001): heatchmap/gpmap.py#L1
heatchmap/gpmap.py:1:1: I001 Import block is un-sorted or un-formatted
Ruff (F401): heatchmap/gpmap.py#L2
heatchmap/gpmap.py:2:29: F401 `matplotlib.colors` imported but unused
Ruff (F401): heatchmap/gpmap.py#L8
heatchmap/gpmap.py:8:24: F401 `matplotlib.cm` imported but unused
Ruff (F401): heatchmap/gpmap.py#L13
heatchmap/gpmap.py:13:30: F401 `shapely.geometry.Point` imported but unused
Ruff (F401): heatchmap/gpmap.py#L13
heatchmap/gpmap.py:13:37: F401 `shapely.geometry.Polygon` imported but unused
Ruff (F401): heatchmap/gpmap.py#L14
heatchmap/gpmap.py:14:25: F401 `shapely.ops.unary_union` imported but unused
Ruff (F401): heatchmap/gpmap.py#L16
heatchmap/gpmap.py:16:26: F401 `sklearn.base.BaseEstimator` imported but unused
Ruff (F401): heatchmap/gpmap.py#L16
heatchmap/gpmap.py:16:41: F401 `sklearn.base.RegressorMixin` imported but unused
Ruff (D101): heatchmap/gpmap.py#L27
heatchmap/gpmap.py:27:7: D101 Missing docstring in public class
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636